Skip to content

Commit 5833b83

Browse files
author
Gary Gregory
committed
Fix error about usage of DirectBuffer in JRE 16/17 #205.
1 parent 0d83a9d commit 5833b83

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/changes/changes.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,10 @@ The <action> type attribute can be add,update,fix,remove.
119119
</action>
120120
<action issue="IO-718" dev="ggregory" type="fix" due-to="Robert Cooper, Gary Gregory">
121121
FileUtils.checksumCRC32 and FileUtils.checksum are not thread safe.
122-
</action>
122+
</action>
123+
<action issue="IO-720" dev="ggregory" type="fix" due-to="XenoAmess">
124+
Fix error about usage of DirectBuffer in JRE 16/17 #205.
125+
</action>
123126
<!-- ADD -->
124127
<action dev="ggregory" type="add" due-to="Gary Gregory">
125128
Add FileSystemProviders class.

0 commit comments

Comments
 (0)