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:12:57 UTC

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

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 fd4d8e377a Fix IDE warnings
fd4d8e377a is described below

commit fd4d8e377ae00ff9ab579429e4cd8e058e60a753
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 ea7b421a37..795454cc60 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