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

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

commit 1ac6d05b8bb5425364bca9be5428c2afecdf0eb6
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Nov 19 11:47:37 2023 -0500

    Comment
---
 src/main/java/org/apache/commons/logging/LogFactory.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/logging/LogFactory.java 
b/src/main/java/org/apache/commons/logging/LogFactory.java
index d7ead49..7f62b1b 100644
--- a/src/main/java/org/apache/commons/logging/LogFactory.java
+++ b/src/main/java/org/apache/commons/logging/LogFactory.java
@@ -734,7 +734,7 @@ public abstract class LogFactory {
 
         // This is an odd enough situation to report about. This
         // output will be a nuisance on JDK1.1, as the system
-        // classloader is null in that environment.
+        // class loader is null in that environment.
         if (contextClassLoader == null && isDiagnosticsEnabled()) {
             logDiagnostic("Context classloader is null.");
         }
@@ -772,7 +772,7 @@ public abstract class LogFactory {
             // The Boolean.valueOf(useTCCLStr).booleanValue() formulation
             // is required for Java 1.2 compatibility.
             if (useTCCLStr != null && !Boolean.parseBoolean(useTCCLStr)) {
-                // Don't use current context classloader when locating any
+                // Don't use current context class loader when locating any
                 // LogFactory or Log classes, just use the class that loaded
                 // this abstract class. When this class is deployed in a shared
                 // classpath of a container, it means webapps cannot deploy 
their

Reply via email to