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/InputStream.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/InputStream.java')
-rw-r--r-- | java/src/Ice/InputStream.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/Ice/InputStream.java b/java/src/Ice/InputStream.java index d63ec41e94e..8483ba6a48e 100644 --- a/java/src/Ice/InputStream.java +++ b/java/src/Ice/InputStream.java @@ -191,10 +191,10 @@ public interface InputStream /** * Read an enumerated value. * - * @param limit The number of enumerators in the definition. + * @param maxValue The maximum enumerator value in the definition. * @return The enumerator. **/ - int readEnum(int limit); + int readEnum(int maxValue); /** * Extracts a user exception from the stream and throws it. |