Skip to content

Commit a60bbf6

Browse files
committed
Remove unused @SuppressWarnings
1 parent 7f7a051 commit a60bbf6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/org/apache/commons/io/input/BoundedInputStreamTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,6 @@ void testReadArray() throws Exception {
494494
}
495495
}
496496

497-
@SuppressWarnings("deprecation")
498497
@Test
499498
void testReadSingle() throws Exception {
500499
final byte[] helloWorld = "Hello World".getBytes(StandardCharsets.UTF_8);

0 commit comments

Comments
 (0)