Skip to content

Commit 88f56b1

Browse files
committed
Comment
1 parent f550561 commit 88f56b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/commons/codec/binary/AbstractBaseNOutputStreamTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ void testClose() throws IOException {
3434
try (OutputStream out = newOutputStream()) {
3535
out.close();
3636
out.close();
37-
}
37+
} // closes a third time, which should be a no-op
3838
}
3939
}

0 commit comments

Comments
 (0)