You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/08/17 11:38:58 UTC

[tomcat] branch 9.0.x updated: Fix IDE warning

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

markt 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 7c219ea929 Fix IDE warning
7c219ea929 is described below

commit 7c219ea929eab4076a1611bfe6e01ba853117f81
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org