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/ObjectPrxHelper.java | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'java/src/Ice/ObjectPrxHelper.java') diff --git a/java/src/Ice/ObjectPrxHelper.java b/java/src/Ice/ObjectPrxHelper.java index 22c553855a8..da4360fe5ff 100644 --- a/java/src/Ice/ObjectPrxHelper.java +++ b/java/src/Ice/ObjectPrxHelper.java @@ -12,11 +12,11 @@ package Ice; public class ObjectPrxHelper extends ObjectPrxHelperBase { /** - * Casts a proxy to ::Ice::ObjectPrx. This call contacts + * Casts a proxy to {@link Ice.ObjectPrx}. This call contacts * the server and will throw an Ice run-time exception if the target * object does not exist or the server cannot be reached. * - * @param b The proxy to cast to ::Ice::ObjectPrx. + * @param b The proxy to cast to @{link Ice.ObjectPrx}. * @return b. **/ public static ObjectPrx @@ -26,11 +26,11 @@ public class ObjectPrxHelper extends ObjectPrxHelperBase } /** - * Casts a proxy to ::Ice::ObjectPrx. This call contacts + * Casts a proxy to {@link Ice.ObjectPrx}. This call contacts * the server and throws an Ice run-time exception if the target * object does not exist or the server cannot be reached. * - * @param b The proxy to cast to ::Ice::ObjectPrx. + * @param b The proxy to cast to {@link Ice.ObjectPrx}. * @param ctx The Context map for the invocation. * @return b. **/ @@ -46,7 +46,7 @@ public class ObjectPrxHelper extends ObjectPrxHelperBase * the server and throws an Ice run-time exception if the target * object does not exist, the specified facet does not exist, or the server cannot be reached. * - * @param b The proxy to cast to ::Ice::ObjectPrx. + * @param b The proxy to cast to {@link Ice.ObjectPrx}. * @param f The facet for the new proxy. * @return The new proxy with the specified facet. **/ @@ -78,7 +78,7 @@ public class ObjectPrxHelper extends ObjectPrxHelperBase * the server and throws an Ice run-time exception if the target * object does not exist, the specified facet does not exist, or the server cannot be reached. * - * @param b The proxy to cast to ::Ice::ObjectPrx. + * @param b The proxy to cast to {@link Ice.ObjectPrx}. * @param f The facet for the new proxy. * @param ctx The Context map for the invocation. * @return The new proxy with the specified facet. @@ -106,10 +106,10 @@ public class ObjectPrxHelper extends ObjectPrxHelperBase } /** - * Casts a proxy to ::Ice::ObjectPrx. This call does + * Casts a proxy to {@link Ice.ObjectPrx}. This call does * not contact the server and always succeeds. * - * @param b The proxy to cast to ::Ice::ObjectPrx. + * @param b The proxy to cast to {@link Ice.ObjectPrx}. * @return b. **/ public static ObjectPrx @@ -122,7 +122,7 @@ public class ObjectPrxHelper extends ObjectPrxHelperBase * Creates a new proxy that is identical to the passed proxy, except * for its facet. This call does not contact the server and always succeeds. * - * @param b The proxy to cast to ::Ice::ObjectPrx. + * @param b The proxy to cast to {@link Ice.ObjectPrx}. * @param f The facet for the new proxy. * @return The new proxy with the specified facet. **/ -- cgit v1.2.3