Skip to content

Commit c017a77

Browse files
authored
Modernize temp file creation and deletion in DeferredFileOutputStreamTest #535
1 parent 7806142 commit c017a77

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ The <action> type attribute can be add,update,fix,remove.
7575
<action dev="ggregory" type="fix" due-to="Gary Gregory">Avoid NullPointerException in IOCase.checkIndexOf(String, int, String) on null input.</action>
7676
<action dev="ggregory" type="fix" due-to="Gary Gregory">Avoid NullPointerException in IOCase.checkRegionMatches(String, int, String) on null input.</action>
7777
<action dev="ggregory" type="fix" due-to="Gary Gregory">BoundedInputStream.getCount() should not count EOF.</action>
78+
<action dev="ggregory" type="fix" due-to="Elliotte Rusty Harold, Gary Gregory">Modernize temp file creation and deletion in DeferredFileOutputStreamTest #535.</action>
7879
<!-- Add -->
7980
<action dev="ggregory" type="add" due-to="Gary Gregory">Add and use PathUtils.getFileName(Path, Function&lt;Path, R&gt;).</action>
8081
<action dev="ggregory" type="add" due-to="Gary Gregory">Add and use PathUtils.getFileNameString().</action>

0 commit comments

Comments
 (0)