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

vy pushed a commit to branch release/3.0.0-beta1
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit e4d5f84bafafc732cb32b424800752e870dacfef
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Dec 14 15:42:24 2023 -0500

    Javadoc
---
 .../main/java/org/apache/logging/log4j/core/util/ExecutorServices.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/ExecutorServices.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/ExecutorServices.java
index a8a9af5ca1..06873c97b8 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/util/ExecutorServices.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/util/ExecutorServices.java
@@ -78,6 +78,6 @@ public class ExecutorServices {
         return true;
     }
 
-    /** no-op method which can be invoked to ensure this class has been 
initialized per jls-12.4.2. */
+    /** No-op method which can be invoked to ensure this class has been 
initialized per jls-12.4.2. */
     public static void ensureInitialized() {}
 }

Reply via email to