This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new bbb3821e56 Silence remaining IDE wanrings for 10.1.x with Eclipse 4.31+ bbb3821e56 is described below commit bbb3821e56e4b9928b09d0ce6057f5f1500c960f Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Apr 16 19:43:59 2024 +0100 Silence remaining IDE wanrings for 10.1.x with Eclipse 4.31+ --- java/org/apache/catalina/connector/InputBuffer.java | 1 + 1 file changed, 1 insertion(+) diff --git a/java/org/apache/catalina/connector/InputBuffer.java b/java/org/apache/catalina/connector/InputBuffer.java index e22ef9694c..b708466f3d 100644 --- a/java/org/apache/catalina/connector/InputBuffer.java +++ b/java/org/apache/catalina/connector/InputBuffer.java @@ -324,6 +324,7 @@ public class InputBuffer extends Reader implements ByteChunk.ByteInputChannel, A } + @SuppressWarnings("deprecation") private void handleReadException(Exception e) throws IOException { // Set flag used by asynchronous processing to detect errors on non-container threads coyoteRequest.setErrorException(e); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org