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

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


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

commit 27cf349498850947c24dd0ae308a5a03ec928936
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Sep 16 13:44:51 2025 +0100

    Fix IDE warnings
---
 test/org/apache/tomcat/util/net/TestKeyManagerWrappingFips.java | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/org/apache/tomcat/util/net/TestKeyManagerWrappingFips.java 
b/test/org/apache/tomcat/util/net/TestKeyManagerWrappingFips.java
index efb47e5f4a..3f1e9e2e31 100644
--- a/test/org/apache/tomcat/util/net/TestKeyManagerWrappingFips.java
+++ b/test/org/apache/tomcat/util/net/TestKeyManagerWrappingFips.java
@@ -93,6 +93,8 @@ public class TestKeyManagerWrappingFips {
     }
 
     private static final class DummyKeyStoreProvider extends Provider {
+        private static final long serialVersionUID = 1L;
+
         DummyKeyStoreProvider(String name, String info, String algorithm) {
             super(name, "", info);
             put("KeyStore." + algorithm, DummyKeyStoreSpi.class.getName());
@@ -172,6 +174,8 @@ public class TestKeyManagerWrappingFips {
     }
 
     private static final class DummyKeyManagerFactoryProvider extends Provider 
{
+        private static final long serialVersionUID = 1L;
+
         DummyKeyManagerFactoryProvider(String name, String info, String 
algorithm) {
             super(name, "", info);
             put("KeyManagerFactory." + algorithm, 
DummyKeyManagerFactorySpi.class.getName());


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to