Skip to content

Commit 45b08f4

Browse files
committed
CharSequenceReader.skip should return 0 instead of EOF on stream end
#123.
1 parent 821ab5f commit 45b08f4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ The <action> type attribute can be add,update,fix,remove.
5656
<action dev="ggregory" type="add" due-to="Gary Gregory">
5757
Add org.apache.commons.io.file.PathUtils.deleteDirectory(Path, FileVisitOption...).
5858
</action>
59+
<action dev="ggregory" type="fix" due-to="Rob Spoor, Jochen Wiedmann">
60+
CharSequenceReader.skip should return 0 instead of EOF on stream end #123.
61+
</action>
5962
<action issue="IO-669" dev="ggregory" type="fix" due-to="XenoAmess, Gary Gregory">
6063
Fix code smells; fix typos #115.
6164
</action>

0 commit comments

Comments
 (0)