This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 9e4350822f Fix IDE warnings
9e4350822f is described below
commit 9e4350822fd6c9cbe7d8cb28879a344f199c703a
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]