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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]