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/06/01 08:13:01 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 a15b566343 Fix IDE warnings
a15b566343 is described below

commit a15b566343813fe042121fa3d1e04689165580cd
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jun 1 09:12:36 2022 +0100

    Fix IDE warnings
---
 java/org/apache/catalina/core/AprLifecycleListener.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/java/org/apache/catalina/core/AprLifecycleListener.java b/java/org/apache/catalina/core/AprLifecycleListener.java
index f8656c37f4..719b83f9f9 100644
--- a/java/org/apache/catalina/core/AprLifecycleListener.java
+++ b/java/org/apache/catalina/core/AprLifecycleListener.java
@@ -184,6 +184,7 @@ public class AprLifecycleListener implements LifecycleListener {
         fipsModeActive = false;
     }
 
+    @SuppressWarnings("deprecation")
     private static void init()
     {
         int major = 0;


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