diff options
author | Michi Henning <michi@zeroc.com> | 2009-07-20 13:16:17 +1000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2009-07-20 13:16:17 +1000 |
commit | 09eabfe43746b4db696223a426197e6196e1efce (patch) | |
tree | 6a80bc8338b1f5b38816acb18912fff26aed291f /java/src/Ice/ObjectPrxHelperBase.java | |
parent | bug 2806 - Java holder changes for class/interface types (diff) | |
download | ice-09eabfe43746b4db696223a426197e6196e1efce.tar.bz2 ice-09eabfe43746b4db696223a426197e6196e1efce.tar.xz ice-09eabfe43746b4db696223a426197e6196e1efce.zip |
Bug 3502 - Improve javadoc support in Eclipse
Fixed many doc comments in Java and Slice and
added doc comments for C#.
Diffstat (limited to 'java/src/Ice/ObjectPrxHelperBase.java')
-rw-r--r-- | java/src/Ice/ObjectPrxHelperBase.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/java/src/Ice/ObjectPrxHelperBase.java b/java/src/Ice/ObjectPrxHelperBase.java index 87978423164..213194f20bd 100644 --- a/java/src/Ice/ObjectPrxHelperBase.java +++ b/java/src/Ice/ObjectPrxHelperBase.java @@ -170,8 +170,8 @@ public class ObjectPrxHelperBase implements ObjectPrx, java.io.Serializable /** * Returns the Slice type IDs of the interfaces supported by the target object of this proxy. * - * @return The Slice type Ids of the interfaces supported by the target object, in base-to-derived - * order. The first element of the return array is always <code>::Ice::Object</code>. + * @return The Slice type IDs of the interfaces supported by the target object, in base-to-derived + * order. The first element of the returned array is always <code>::Ice::Object</code>. **/ public final String[] ice_ids() @@ -183,8 +183,8 @@ public class ObjectPrxHelperBase implements ObjectPrx, java.io.Serializable * Returns the Slice type IDs of the interfaces supported by the target object of this proxy. * * @param __context The <code>Context</code> map for the invocation. - * @return The Slice type Ids of the interfaces supported by the target object, in base-to-derived - * order. The first element of the return array is always <code>::Ice::Object</code>. + * @return The Slice type IDs of the interfaces supported by the target object, in base-to-derived + * order. The first element of the returned array is always <code>::Ice::Object</code>. **/ public final String[] ice_ids(java.util.Map<String, String> __context) |