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


The following commit(s) were added to refs/heads/master by this push:
     new 938362c7c Remove @SuppressWarnings
938362c7c is described below

commit 938362c7c7f79ee506187a24effa41c043b68293
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri May 24 10:22:52 2024 -0400

    Remove @SuppressWarnings
---
 src/main/java/org/apache/commons/io/input/DemuxInputStream.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/io/input/DemuxInputStream.java 
b/src/main/java/org/apache/commons/io/input/DemuxInputStream.java
index 451f4ce71..0dfdce4ad 100644
--- a/src/main/java/org/apache/commons/io/input/DemuxInputStream.java
+++ b/src/main/java/org/apache/commons/io/input/DemuxInputStream.java
@@ -59,7 +59,6 @@ public class DemuxInputStream extends InputStream {
      * @return the byte read from stream
      * @throws IOException if an error occurs
      */
-    @SuppressWarnings("resource")
     @Override
     public int read() throws IOException {
         final InputStream inputStream = inputStreamLocal.get();

Reply via email to