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

ggregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/main by this push:
     new 09e7eb28c1 Javadoc
09e7eb28c1 is described below

commit 09e7eb28c131b0f158a8a1a9a2d9b491fd26e364
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