diff options
author | Michi Henning <michi@zeroc.com> | 2009-07-08 07:30:19 +1000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2009-07-08 07:30:19 +1000 |
commit | e769f2c0cc39b4102436b4d57727a46f60ed8ef7 (patch) | |
tree | 1f698a40790dd74b3c4a77c85cd6244b03f60501 /java/src/Ice/OutputStream.java | |
parent | Add test/Ice/servantLocator missed files. (diff) | |
download | ice-e769f2c0cc39b4102436b4d57727a46f60ed8ef7.tar.bz2 ice-e769f2c0cc39b4102436b4d57727a46f60ed8ef7.tar.xz ice-e769f2c0cc39b4102436b4d57727a46f60ed8ef7.zip |
Bug 3502: More cleanup for new javadoc syntax.
Diffstat (limited to 'java/src/Ice/OutputStream.java')
-rw-r--r-- | java/src/Ice/OutputStream.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/Ice/OutputStream.java b/java/src/Ice/OutputStream.java index 72471d6d501..654cbcb0b64 100644 --- a/java/src/Ice/OutputStream.java +++ b/java/src/Ice/OutputStream.java @@ -165,7 +165,7 @@ public interface OutputStream * Writes a Slice class to the stream. * * @param v The class to write. This method writes the index of a Slice class; the state of the class is - * written once <code>writePendingObjects</code> is called. + * written once {@link #writePendingObjects} is called. **/ void writeObject(Ice.Object v); @@ -205,7 +205,7 @@ public interface OutputStream /** * Writes the state of Slice classes whose index was previously - * written with <code>writeObject</code> to the stream. + * written with {@link #writeObject} to the stream. **/ void writePendingObjects(); |