(tomcat) branch main updated: Fix javadoc warning
| Newsgroups | gmane.comp.jakarta.tomcat.devel |
|---|---|
| Message-ID | <178634846581.1574639.11872872220825618082@gitbox3-he-fi.apache.org> |
This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 3479bfc952 Fix javadoc warning
3479bfc952 is described below
commit 3479bfc95290db92c1d34a4617eb4f1660a0cfc1
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Aug 10 08:54:06 2026 +0100
Fix javadoc warning
---
test/org/apache/catalina/manager/TestManagerWebapp.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/org/apache/catalina/manager/TestManagerWebapp.java b/test/org/apache/catalina/manager/TestManagerWebapp.java
index 1e23f0d7af..666726ed58 100644
--- a/test/org/apache/catalina/manager/TestManagerWebapp.java
+++ b/test/org/apache/catalina/manager/TestManagerWebapp.java
@@ -617,7 +617,7 @@ public class TestManagerWebapp extends TomcatBaseTest {
}
}
- /**
+ /*
* Verify that manager JSPs compile and render correctly.
*/
@Test