You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/05/04 08:44:20 UTC

[tomcat] branch 9.0.x updated: Fix IDE warnings

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new a81bd7ec05 Fix IDE warnings
a81bd7ec05 is described below

commit a81bd7ec05a21bbefab4b2a23b41a5f3f4392246
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 d12bef8941..a853cf8f4e 100644
--- a/java/org/apache/jasper/compiler/Generator.java
+++ b/java/org/apache/jasper/compiler/Generator.java
@@ -1545,6 +1545,7 @@ class Generator {
             return " " + attr + "=\"" + value + '\"';
         }
 
+        @SuppressWarnings("deprecation")
         @Override
         public void visit(Node.PlugIn n) throws JasperException {
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org