You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ju...@apache.org on 2009/08/17 23:44:18 UTC

svn commit: r805156 - /commons/proper/io/trunk/src/java/org/apache/commons/io/input/ProxyInputStream.java

Author: jukka
Date: Mon Aug 17 21:44:17 2009
New Revision: 805156

URL: http://svn.apache.org/viewvc?rev=805156&view=rev
Log:
IO-212: Incorrect ProxyInputStream.skip() javadoc

Fixed the javadoc

Modified:
    commons/proper/io/trunk/src/java/org/apache/commons/io/input/ProxyInputStream.java

Modified: commons/proper/io/trunk/src/java/org/apache/commons/io/input/ProxyInputStream.java
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/java/org/apache/commons/io/input/ProxyInputStream.java?rev=805156&r1=805155&r2=805156&view=diff
==============================================================================
--- commons/proper/io/trunk/src/java/org/apache/commons/io/input/ProxyInputStream.java (original)
+++ commons/proper/io/trunk/src/java/org/apache/commons/io/input/ProxyInputStream.java Mon Aug 17 21:44:17 2009
@@ -108,7 +108,7 @@
     /**
      * Invokes the delegate's <code>skip(long)</code> method.
      * @param ln the number of bytes to skip
-     * @return the number of bytes to skipped or -1 if the end of stream
+     * @return the actual number of bytes skipped
      * @throws IOException if an I/O error occurs
      */
     @Override