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 0489f18  Javadoc
0489f18 is described below

commit 0489f1823a9279f4c553a4b46ef8f3f09806b763
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Feb 21 11:21:17 2025 -0500

    Javadoc
---
 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 bc6921c..43e3ba5 100644
--- a/src/main/java/org/apache/commons/logging/LogFactory.java
+++ b/src/main/java/org/apache/commons/logging/LogFactory.java
@@ -41,7 +41,7 @@ import java.util.function.Supplier;
  * configuration features similar to that employed by standard Java APIs
  * such as JAXP.
  * <p>
- * <strong>IMPLEMENTATION NOTE</strong> - This implementation is heavily
+ * <strong>IMPLEMENTATION NOTE</strong> - This implementation is
  * based on the SAXParserFactory and DocumentBuilderFactory implementations
  * (corresponding to the JAXP pluggability APIs) found in Apache Xerces.
  * </p>

Reply via email to