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

markt-asf 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 d8c21429da Fix IDE warnings
d8c21429da is described below

commit d8c21429da3d05f6c5bcd34f8dece85fa877fa20
Author: Mark Thomas <[email protected]>
AuthorDate: Wed May 13 10:39:43 2026 +0100

    Fix IDE warnings
---
 test/org/apache/catalina/storeconfig/TestStoreRegistry.java | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/org/apache/catalina/storeconfig/TestStoreRegistry.java 
b/test/org/apache/catalina/storeconfig/TestStoreRegistry.java
index e6869d3642..993e7c173c 100644
--- a/test/org/apache/catalina/storeconfig/TestStoreRegistry.java
+++ b/test/org/apache/catalina/storeconfig/TestStoreRegistry.java
@@ -37,6 +37,8 @@ public class TestStoreRegistry {
      *
      * StoreRegistry should initialize successfully whether clustering is 
available or not.
      * This matches the pattern used in Catalina.addClusterRuleSet().
+     *
+     * @throws Exception if the test experiences an unexpected error
      */
     @Test
     public void testClusteringClassesOptional() throws Exception {
@@ -82,6 +84,8 @@ public class TestStoreRegistry {
     /**
      * Test that findDescription works with interface inheritance and
      * dynamically loaded interfaces.
+     *
+     * @throws Exception if the test experiences an unexpected error
      */
     @Test
     public void testFindDescriptionWithDynamicInterfaces() throws Exception {


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

Reply via email to