summaryrefslogtreecommitdiff
path: root/java/src/Ice/ObjectPrxHelper.java
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2009-07-08 07:30:19 +1000
committerMichi Henning <michi@zeroc.com>2009-07-08 07:30:19 +1000
commite769f2c0cc39b4102436b4d57727a46f60ed8ef7 (patch)
tree1f698a40790dd74b3c4a77c85cd6244b03f60501 /java/src/Ice/ObjectPrxHelper.java
parentAdd test/Ice/servantLocator missed files. (diff)
downloadice-e769f2c0cc39b4102436b4d57727a46f60ed8ef7.tar.bz2
ice-e769f2c0cc39b4102436b4d57727a46f60ed8ef7.tar.xz
ice-e769f2c0cc39b4102436b4d57727a46f60ed8ef7.zip
Bug 3502: More cleanup for new javadoc syntax.
Diffstat (limited to 'java/src/Ice/ObjectPrxHelper.java')
-rw-r--r--java/src/Ice/ObjectPrxHelper.java18
1 files changed, 9 insertions, 9 deletions
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 <code>::Ice::ObjectPrx</code>. 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 <code>::Ice::ObjectPrx</code>.
+ * @param b The proxy to cast to @{link Ice.ObjectPrx}.
* @return <code>b</code>.
**/
public static ObjectPrx
@@ -26,11 +26,11 @@ public class ObjectPrxHelper extends ObjectPrxHelperBase
}
/**
- * Casts a proxy to <code>::Ice::ObjectPrx</code>. 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 <code>::Ice::ObjectPrx</code>.
+ * @param b The proxy to cast to {@link Ice.ObjectPrx}.
* @param ctx The <code>Context</code> map for the invocation.
* @return <code>b</code>.
**/
@@ -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 <code>::Ice::ObjectPrx</code>.
+ * @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 <code>::Ice::ObjectPrx</code>.
+ * @param b The proxy to cast to {@link Ice.ObjectPrx}.
* @param f The facet for the new proxy.
* @param ctx The <code>Context</code> 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 <code>::Ice::ObjectPrx</code>. 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 <code>::Ice::ObjectPrx</code>.
+ * @param b The proxy to cast to {@link Ice.ObjectPrx}.
* @return <code>b</code>.
**/
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 <code>::Ice::ObjectPrx</code>.
+ * @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.
**/