This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new 10a1ec88c9 Fix IDE warning 10a1ec88c9 is described below commit 10a1ec88c9204a052a937e4a338697b113880b1b Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Aug 17 12:38:04 2022 +0100 Fix IDE warning --- test/org/apache/juli/TestClassLoaderLogManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/juli/TestClassLoaderLogManager.java b/test/org/apache/juli/TestClassLoaderLogManager.java index 8628deac16..696af00ccb 100644 --- a/test/org/apache/juli/TestClassLoaderLogManager.java +++ b/test/org/apache/juli/TestClassLoaderLogManager.java @@ -87,7 +87,7 @@ public class TestClassLoaderLogManager { listThread.setRunning(false); } - /** + /* * Tests if a per-app root logger has a not {@code null} level. */ @Test --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org