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 384b90f  Fix Javadoc typos
384b90f is described below

commit 384b90f33c0a0f99e1067643c52ab8bb72b68d86
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Feb 21 11:20:31 2025 -0500

    Fix Javadoc typos
---
 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 f4253a8..bc6921c 100644
--- a/src/main/java/org/apache/commons/logging/LogFactory.java
+++ b/src/main/java/org/apache/commons/logging/LogFactory.java
@@ -935,7 +935,7 @@ public abstract class LogFactory {
     /**
      * Given a URL that refers to a .properties file, load that file.
      * This is done under an AccessController so that this method will
-     * succeed when this jarfile is privileged but the caller is not.
+     * succeed when this JAR file is privileged but the caller is not.
      * This method must therefore remain private to avoid security issues.
      * <p>
      * {@code Null} is returned if the URL cannot be opened.

Reply via email to