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


The following commit(s) were added to refs/heads/master by this push:
     new 69fbbac  Javadoc: Fix double the
69fbbac is described below

commit 69fbbac3a569e908bab609143e3fbb564e0894db
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 26 16:16:56 2025 -0500

    Javadoc: Fix double the
---
 src/main/java/org/apache/commons/logging/LogFactory.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/logging/LogFactory.java 
b/src/main/java/org/apache/commons/logging/LogFactory.java
index 53bb56c..1e520cf 100644
--- a/src/main/java/org/apache/commons/logging/LogFactory.java
+++ b/src/main/java/org/apache/commons/logging/LogFactory.java
@@ -775,7 +775,7 @@ public abstract class LogFactory {
                     useTccl = false;
                 }
             } catch (final ClassNotFoundException ignored) {
-                logDiagnostic(() -> "The class " + LogFactory.class.getName() 
+ " is not present in the the context class loader "
+                logDiagnostic(() -> "The class " + LogFactory.class.getName() 
+ " is not present in the context class loader "
                         + objectId(contextClassLoader) + ". Disabling the 
usage of the context class loader."
                         + "Background can be found in 
https://commons.apache.org/logging/tech.html. ");
                 logHierarchy("[BAD CL TREE] ", contextClassLoader);

Reply via email to