Skip to content

Commit d0ccc55

Browse files
committed
IO-212: Incorrect ProxyInputStream.skip() javadoc
Fixed the javadoc git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@805156 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3ce24e5 commit d0ccc55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public int read(byte[] bts, int off, int len) throws IOException {
108108
/**
109109
* Invokes the delegate's <code>skip(long)</code> method.
110110
* @param ln the number of bytes to skip
111-
* @return the number of bytes to skipped or -1 if the end of stream
111+
* @return the actual number of bytes skipped
112112
* @throws IOException if an I/O error occurs
113113
*/
114114
@Override

0 commit comments

Comments
 (0)