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-io.git
commit a60bbf654ce82390ee6c4fb8ce30feee8e9fd962 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jun 12 12:07:51 2025 -0400 Remove unused @SuppressWarnings --- src/test/java/org/apache/commons/io/input/BoundedInputStreamTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/org/apache/commons/io/input/BoundedInputStreamTest.java b/src/test/java/org/apache/commons/io/input/BoundedInputStreamTest.java index 722a0a9d3..9c8f67937 100644 --- a/src/test/java/org/apache/commons/io/input/BoundedInputStreamTest.java +++ b/src/test/java/org/apache/commons/io/input/BoundedInputStreamTest.java @@ -494,7 +494,6 @@ void testReadArray() throws Exception { } } - @SuppressWarnings("deprecation") @Test void testReadSingle() throws Exception { final byte[] helloWorld = "Hello World".getBytes(StandardCharsets.UTF_8);