Skip to content

Commit a30a486

Browse files
author
Niall Pemberton
committed
javadoc correction
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@454249 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8ff5b79 commit a30a486

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/java/org/apache/commons/io/input/MockInputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public boolean markSupported() {
151151
/**
152152
* Read a byte.
153153
*
154-
* @return Either The byte value returned by <code>readValue()</code>
154+
* @return Either The byte value returned by <code>processByte()</code>
155155
* or <code>-1</code> if the end of file has been reached and
156156
* <code>throwEofException</code> is set to <code>false</code>.
157157
* @throws EOFException if the end of file is reached and

0 commit comments

Comments
 (0)