Skip to content

Commit e90866f

Browse files
author
Gary Gregory
committed
Prevent IllegalArgumentExceptions in
BrokenInputStream/Reader/OutputStream/Writer #278.
1 parent 2f6284a commit e90866f

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
@@ -107,6 +107,9 @@ The <action> type attribute can be add,update,fix,remove.
107107
<action issue="IO-638" dev="ggregory" type="fix" due-to="Gary Gregory">
108108
PathUtils.setReadOnly(Path, boolean, LinkOption...) readOnly argument is always assumed true on POSIX.
109109
</action>
110+
<action issue="IO-729" dev="ggregory" type="fix" due-to="Rob Spoor, Gary Gregory">
111+
Prevent IllegalArgumentExceptions in BrokenInputStream/Reader/OutputStream/Writer #278.
112+
</action>
110113
<!-- ADD -->
111114
<action dev="ggregory" type="add" due-to="Gary Gregory">
112115
Add BrokenReader.INSTANCE.

0 commit comments

Comments
 (0)