We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab165f7 commit 2ab6827Copy full SHA for 2ab6827
1 file changed
src/changes/changes.xml
@@ -55,6 +55,7 @@ The <action> type attribute can be add,update,fix,remove.
55
<action dev="ggregory" type="add" due-to="Gary Gregory">Add NullInputStream.init().</action>
56
<action dev="ggregory" type="add" due-to="Gary Gregory">Add AbstractInputStream and refactor duplicate code.</action>
57
<!-- FIX -->
58
+ <action dev="sebb" type="fix" issue="IO-858">FileUtilsWaitForTest does not test anything useful.</action>
59
<action dev="ggregory" type="fix" due-to="Gary Gregory">Add missing unit tests.</action>
60
<action dev="ggregory" type="fix" due-to="Gary Gregory">FileUtils.lastModifiedFileTime(File) calls Objects.requireNonNull() on the wrong object.</action>
61
<action dev="ggregory" type="fix" due-to="Gary Gregory">PathUtils.deleteOnExit(Path) calls Objects.requireNonNull() on the wrong object.</action>
0 commit comments