From e769f2c0cc39b4102436b4d57727a46f60ed8ef7 Mon Sep 17 00:00:00 2001 From: Michi Henning Date: Wed, 8 Jul 2009 07:30:19 +1000 Subject: Bug 3502: More cleanup for new javadoc syntax. --- java/src/Ice/Object.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'java/src/Ice/Object.java') 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 Current object for the invocation. + * @param current The {@link Current} object for the invocation. * @return true if this object has the interface * specified by s or derives from the interface * specified by s. @@ -49,7 +49,7 @@ public interface Object /** * Tests whether this object can be reached. * - * @param current The Current 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 Current 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 ::Ice::Object. **/ @@ -80,7 +80,7 @@ public interface Object /** * Returns the Slice type ID of the most-derived interface supported by this object. * - * @param current The Current 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 *
["freeze:read:never"]
* * - * @see Freeze:TransactionalEvictor + * @see Freeze.TransactionalEvictor **/ int ice_operationAttributes(String operation); -- cgit v1.2.3