summaryrefslogtreecommitdiff
path: root/java/src/Ice/OutputStream.java
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2009-09-23 15:18:11 -0700
committerMark Spruiell <mes@zeroc.com>2009-09-23 15:18:11 -0700
commit318abdee5e8a64e63691d965038fc27cfd816a02 (patch)
tree85bd9fc5db3f234fe2fceb944168e9aedfba69fc /java/src/Ice/OutputStream.java
parentbug 4237 - adding test for getIssuerAlternativeNames (diff)
downloadice-318abdee5e8a64e63691d965038fc27cfd816a02.tar.bz2
ice-318abdee5e8a64e63691d965038fc27cfd816a02.tar.xz
ice-318abdee5e8a64e63691d965038fc27cfd816a02.zip
edits to doc comments in C#/Java streaming interfaces
Diffstat (limited to 'java/src/Ice/OutputStream.java')
-rw-r--r--java/src/Ice/OutputStream.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/Ice/OutputStream.java b/java/src/Ice/OutputStream.java
index 0fce2ae23b6..62cb7a4e278 100644
--- a/java/src/Ice/OutputStream.java
+++ b/java/src/Ice/OutputStream.java
@@ -227,8 +227,8 @@ public interface OutputStream
*
* @param clearBuffer If <code>true</code>, the stream's internal buffer becomes eligible for
* garbage collection; if <code>false</code>, the stream's internal buffer is retained, to avoid
- * creating unnecessary garbage. If retained, thh internal buffer may resized to a smaller capacity.
- * Either way, <code>reset</code> resets the stream's writing position to zero.
+ * creating unnecessary garbage. If retained, the internal buffer may be resized to a smaller
+ * capacity. Either way, <code>reset</code> resets the stream's writing position to zero.
**/
void reset(boolean clearBuffer);