summaryrefslogtreecommitdiff
path: root/java/src/Ice/ObjectPrx.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/ObjectPrx.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/ObjectPrx.java')
-rw-r--r--java/src/Ice/ObjectPrx.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/java/src/Ice/ObjectPrx.java b/java/src/Ice/ObjectPrx.java
index 7d467544e14..0ec89ee0387 100644
--- a/java/src/Ice/ObjectPrx.java
+++ b/java/src/Ice/ObjectPrx.java
@@ -453,7 +453,7 @@ public interface ObjectPrx
/**
* Creates a new proxy that is identical to this proxy, except for compression.
*
- * @param co <code>true</code> enables compression for the new proxy; <code>false</code>disables compression.
+ * @param co <code>true</code> enables compression for the new proxy; <code>false</code> disables compression.
* @return A new proxy with the specified compression setting.
**/
ObjectPrx ice_compress(boolean co);
@@ -477,10 +477,10 @@ public interface ObjectPrx
ObjectPrx ice_connectionId(String connectionId);
/**
- * Returns the <code>Connection</code> for this proxy. If the proxy does not yet have an established connection,
+ * Returns the {@link Connection} for this proxy. If the proxy does not yet have an established connection,
* it first attempts to create a connection.
*
- * @return The <code>Connection</code> for this proxy.
+ * @return The {@link Connection} for this proxy.
* @throws CollocationOptimizationException If the proxy uses collocation optimization and denotes a
* collocated object.
*
@@ -489,10 +489,10 @@ public interface ObjectPrx
Connection ice_getConnection();
/**
- * Returns the cached <code>Connection</code> for this proxy. If the proxy does not yet have an established
+ * Returns the cached {@link Connection} for this proxy. If the proxy does not yet have an established
* connection, it does not attempt to create a connection.
*
- * @return The cached <code>Connection</code> for this proxy (<code>null</code> if the proxy does not have
+ * @return The cached {@link Connection} for this proxy (<code>null</code> if the proxy does not have
* an established connection).
* @throws CollocationOptimizationException If the proxy uses collocation optimization and denotes a
* collocated object.