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/Object.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/Object.java')
-rw-r--r-- | java/src/Ice/Object.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/java/src/Ice/Object.java b/java/src/Ice/Object.java index 4c6fd03267a..7f2b79c3c1d 100644 --- a/java/src/Ice/Object.java +++ b/java/src/Ice/Object.java @@ -34,7 +34,7 @@ public interface Object * Tests whether this object supports a specific Slice interface. * * @param s The type ID of the Slice interface to test against. - * @param current The <code>Current</code> object for the invocation. + * @param current The {@link Current} object for the invocation. * @return <code>true</code> if this object has the interface * specified by <code>s</code> or derives from the interface * specified by <code>s</code>. @@ -49,7 +49,7 @@ public interface Object /** * Tests whether this object can be reached. * - * @param current The <code>Current</code> object for the invocation. + * @param current The {@link Current} object for the invocation. **/ void ice_ping(Current current); @@ -64,7 +64,7 @@ public interface Object /** * Returns the Slice type IDs of the interfaces supported by this object. * - * @param current The <code>Current</code> object for the invocation. + * @param current The {@link Current} object for the invocation. * @return The Slice type Ids of the interfaces supported by this object, in base-to-derived * order. The first element of the return array is always <code>::Ice::Object</code>. **/ @@ -80,7 +80,7 @@ public interface Object /** * Returns the Slice type ID of the most-derived interface supported by this object. * - * @param current The <code>Current</code> object for the invocation. + * @param current The {@link Current} object for the invocation. * @return The Slice type ID of the most-derived interface. **/ String ice_id(Current current); @@ -108,7 +108,7 @@ public interface Object * <dd><code>["freeze:read:never"]</code></dd> * </dl> * - * @see Freeze:TransactionalEvictor + * @see Freeze.TransactionalEvictor **/ int ice_operationAttributes(String operation); |