Skip to content

Commit 1daddcf

Browse files
committed
1 parent 5edc4f3 commit 1daddcf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/test/java/org/apache/commons/io/output/ProxyOutputStreamTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ void testBuilder() throws Exception {
7272
assertSame(target, new ProxyOutputStream.Builder().setOutputStream(target).get().unwrap());
7373
}
7474

75-
@SuppressWarnings("resource")
7675
@Test
7776
void testSetReference() throws Exception {
7877
assertFalse(hitByteArray.get());

0 commit comments

Comments
 (0)