Skip to content

Commit 98fb7eb

Browse files
authored
Javadoc shouldn't reference 1.x behavior #539
1 parent 3ac3e28 commit 98fb7eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ The <action> type attribute can be add,update,fix,remove.
4545
<properties>
4646
<title>Apache Commons IO Release Notes</title>
4747
</properties>
48-
4948
<body>
5049
<release version="2.16.0" date="202Y-MM-DD" description="Java 8 is required.">
5150
<!-- Fix -->
@@ -82,6 +81,7 @@ The <action> type attribute can be add,update,fix,remove.
8281
<action dev="ggregory" type="fix" issue="IO-828" due-to="Elliotte Rusty Harold, Gary Gregory">Deprecate CountingInputStream.resetCount() in favor of resetByteCount().</action>
8382
<action dev="ggregory" type="fix" issue="IO-828" due-to="Gary Gregory">Deprecate CountingInputStream.getMaxLength() in favor of getMaxCount()).</action>
8483
<action dev="ggregory" type="fix" issue="IO-818" due-to="Gary Gregory">NullInputStream breaks InputStream's read method contract.</action>
84+
<action dev="ggregory" type="fix" due-to="Elliotte Rusty Harold">Javadoc shouldn't reference 1.x behavior #539.</action>
8585
<!-- Add -->
8686
<action dev="ggregory" type="add" due-to="Gary Gregory">Add and use PathUtils.getFileName(Path, Function&lt;Path, R&gt;).</action>
8787
<action dev="ggregory" type="add" due-to="Gary Gregory">Add and use PathUtils.getFileNameString().</action>

0 commit comments

Comments
 (0)