diff options
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. |