This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new 96dec4ac90 Fix IDE warnings 96dec4ac90 is described below commit 96dec4ac9066687a76874dee4465181182bad055 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue May 3 21:59:45 2022 +0100 Fix IDE warnings --- java/org/apache/jasper/compiler/Generator.java | 1 + 1 file changed, 1 insertion(+) diff --git a/java/org/apache/jasper/compiler/Generator.java b/java/org/apache/jasper/compiler/Generator.java index eea8225d42..14aa0799d8 100644 --- a/java/org/apache/jasper/compiler/Generator.java +++ b/java/org/apache/jasper/compiler/Generator.java @@ -1532,6 +1532,7 @@ class Generator { return " " + attr + "=\"" + value + '\"'; } + @SuppressWarnings("deprecation") @Override public void visit(Node.PlugIn n) throws JasperException { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org