diff options
Diffstat (limited to 'java/src/Ice/ObjectImpl.java')
-rw-r--r-- | java/src/Ice/ObjectImpl.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/java/src/Ice/ObjectImpl.java b/java/src/Ice/ObjectImpl.java index b19c4d9a991..c3df1998d9f 100644 --- a/java/src/Ice/ObjectImpl.java +++ b/java/src/Ice/ObjectImpl.java @@ -161,7 +161,7 @@ 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. * - * @return The return value is always <code>::Ice::Object</code.> + * @return The return value is always <code>::Ice::Object</code>. **/ public String ice_id() @@ -173,7 +173,7 @@ 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. * * @param current The current object for the invocation. - * @return The return value is always <code>::Ice::Object</code.> + * @return The return value is always {@link IceObject}. **/ public String ice_id(Current current) @@ -194,7 +194,7 @@ 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. * - * @return The return value is always <code>::Ice::Object</code>. + * @return The return value is always {@link IceObject}. **/ public static String ice_staticId() @@ -225,7 +225,7 @@ public abstract class ObjectImpl implements Object, java.lang.Cloneable, java.io * <dd><code>["freeze:read:never"]</code></dd> * </dl> * - * @see Freeze:TransactionalEvictor + * @see Freeze.TransactionalEvictor **/ public int ice_operationAttributes(String operation) { |