diff options
author | Mark Spruiell <mes@zeroc.com> | 2012-11-02 15:00:03 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2012-11-02 15:00:03 -0700 |
commit | 202a1eecc130b8ae52c5ad193c75a38b2f7e043a (patch) | |
tree | f028bea0c2a3973889425e18bb85fff3e13f99bb /java/src/Ice/OutputStream.java | |
parent | Fixed ICE-4921 - IceBox service icon still shows the running icon when IceBox... (diff) | |
download | ice-202a1eecc130b8ae52c5ad193c75a38b2f7e043a.tar.bz2 ice-202a1eecc130b8ae52c5ad193c75a38b2f7e043a.tar.xz ice-202a1eecc130b8ae52c5ad193c75a38b2f7e043a.zip |
minor fixes to comments
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 ac3298d629a..91263e021ea 100644 --- a/java/src/Ice/OutputStream.java +++ b/java/src/Ice/OutputStream.java @@ -178,9 +178,9 @@ public interface OutputStream * Write an enumerated value. * * @param v The enumerator. - * @param limit The number of enumerators in the definition. + * @param limit The maximum enumerator value in the definition. **/ - void writeEnum(int v, int limit); + void writeEnum(int v, int maxValue); /** * Writes a user exception to the stream. |