robtimus opened a new pull request #123:
URL: https://github.com/apache/commons-io/pull/123


   `Reader.skip(long n)` returns
   > The number of characters actually skipped
   
   The current implementation of `CharSequenceReader` instead returns `EOF`, 
which is -1. This should be 0, which is just what this PR changes.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to