diff options
Diffstat (limited to 'java/src/Ice/ObjectImpl.java')
-rw-r--r-- | java/src/Ice/ObjectImpl.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/Ice/ObjectImpl.java b/java/src/Ice/ObjectImpl.java index c3df1998d9f..fc1ea960340 100644 --- a/java/src/Ice/ObjectImpl.java +++ b/java/src/Ice/ObjectImpl.java @@ -192,9 +192,9 @@ public abstract class ObjectImpl implements Object, java.lang.Cloneable, java.io } /** - * Returns the Slice type ID of the most-derived interface supported by this object. + * Returns the Slice type ID of the interface supported by this object. * - * @return The return value is always {@link IceObject}. + * @return The return value is always ::Ice::Object. **/ public static String ice_staticId() |