This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git
The following commit(s) were added to refs/heads/master by this push:
new 88f56b14 Comment
88f56b14 is described below
commit 88f56b14a8900191a86b463fe62723f37552a6f3
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Mar 13 15:13:57 2026 -0400
Comment
---
.../org/apache/commons/codec/binary/AbstractBaseNOutputStreamTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/test/java/org/apache/commons/codec/binary/AbstractBaseNOutputStreamTest.java
b/src/test/java/org/apache/commons/codec/binary/AbstractBaseNOutputStreamTest.java
index 57e542c7..96fb1a73 100644
---
a/src/test/java/org/apache/commons/codec/binary/AbstractBaseNOutputStreamTest.java
+++
b/src/test/java/org/apache/commons/codec/binary/AbstractBaseNOutputStreamTest.java
@@ -34,6 +34,6 @@ abstract class AbstractBaseNOutputStreamTest {
try (OutputStream out = newOutputStream()) {
out.close();
out.close();
- }
+ } // closes a third time, which should be a no-op
}
}