Skip to content

Commit 8b94709

Browse files
committed
Add FlushShieldOutputStream to workaround issues in generic code that
ends up calling third parties like like org.tukaani.xz.LZMAOutputStream.flush()
1 parent 25f0021 commit 8b94709

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
@@ -78,7 +78,7 @@ The <action> type attribute can be add,update,fix,remove.
7878
<action type="add" dev="ggregory" due-to="Gary Gregory" issue="IO-883">Add ByteArraySeekableByteChannel.Builder and builder().</action>
7979
<action type="add" dev="ggregory" due-to="Gary Gregory" issue="IO-883">Add AbstractStreamBuilder.getByteArray().</action>
8080
<action type="add" dev="ggregory" due-to="Gary Gregory">CloseShieldInputStream now supports a custom close shield as a function #836.</action>
81-
<action type="add" dev="ggregory" due-to="Gary Gregory">Add FlushShieldOutputStrea to workaround issues in generic code that ends up calling third parties like like org.tukaani.xz.LZMAOutputStream.flush().</action>
81+
<action type="add" dev="ggregory" due-to="Gary Gregory">Add FlushShieldOutputStream to workaround issues in generic code that ends up calling third parties like like org.tukaani.xz.LZMAOutputStream.flush().</action>
8282
<!-- UPDATE -->
8383
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 91 to 97 #816.</action>
8484
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons-codec:commons-codec from 1.19.0 to 1.21.0 #812.</action>

0 commit comments

Comments
 (0)