summaryrefslogtreecommitdiff
path: root/java/src/IceXML/StreamI.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/IceXML/StreamI.java')
-rw-r--r--java/src/IceXML/StreamI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceXML/StreamI.java b/java/src/IceXML/StreamI.java
index fb96eeea338..8235978beb6 100644
--- a/java/src/IceXML/StreamI.java
+++ b/java/src/IceXML/StreamI.java
@@ -1179,7 +1179,7 @@ public class StreamI implements Ice.Stream
// Convert the type-id to the equivalent schema type
// definition name.
//
- typeId = obj.__getClassIds()[0];
+ typeId = obj.ice_id(null);
final String xsdPrefix = "_internal.";
final String xsdSuffix = "Type";