Skip to content

Commit c6206b8

Browse files
committed
DeferredFileOutputStream better NPE message and new file permission
tests (#862).
1 parent 1179563 commit c6206b8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/changes/changes.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ The <action> type attribute can be add,update,fix,remove.
5858
<action type="fix" dev="ggregory" due-to="Gary Gregory">DeferredFileOutputStream now clears and deletes its temporary storage by default (#858).</action>
5959
<action type="fix" dev="ggregory" due-to="Gary Gregory">Update generic type of RandomAccessFileMode.accept(Path, IOConsumer) from IOConsumer&lt;RandomAccessFile&gt; to IOConsumer&lt;IORandomAccessFile&gt;.</action>
6060
<action type="fix" dev="ggregory" due-to="Gary Gregory">Harden tests for NPEs on failures, happy path unchanged.</action>
61-
<action type="fix" dev="ggregory" due-to="Sarankumar Baskar, Gary Gregory" issue="IO-891">Fix BoundedReader.skip(long) accounting and bounds handling (#860)..</action>
61+
<action type="fix" dev="ggregory" due-to="Sarankumar Baskar, Gary Gregory" issue="IO-891">Fix BoundedReader.skip(long) accounting and bounds handling (#860).</action>
62+
<action type="fix" dev="ggregory" due-to="Gary Gregory">DeferredFileOutputStream better NPE message and new file permission tests (#862).</action>
6263
<!-- ADD -->
6364
<action type="add" dev="ggregory" due-to="Gary Gregory">Add IOConsumer.accept(IOConsumer, T) (#846).</action>
6465
<action type="add" dev="ggregory" due-to="Gary Gregory">Add UnsynchronizedBufferedReader.unwrap() (#850).</action>

0 commit comments

Comments
 (0)