diff options
author | Michi Henning <michi@zeroc.com> | 2009-07-08 07:30:19 +1000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2009-07-08 07:30:19 +1000 |
commit | e769f2c0cc39b4102436b4d57727a46f60ed8ef7 (patch) | |
tree | 1f698a40790dd74b3c4a77c85cd6244b03f60501 /java/src/Ice/ObjectImpl.java | |
parent | Add test/Ice/servantLocator missed files. (diff) | |
download | ice-e769f2c0cc39b4102436b4d57727a46f60ed8ef7.tar.bz2 ice-e769f2c0cc39b4102436b4d57727a46f60ed8ef7.tar.xz ice-e769f2c0cc39b4102436b4d57727a46f60ed8ef7.zip |
Bug 3502: More cleanup for new javadoc syntax.
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) { |