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 8dd8416  Fix malformed Javadoc comments
8dd8416 is described below

commit 8dd841681f0ce043c5700005d4548d4fa9f2753c
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Dec 13 15:34:21 2025 -0500

    Fix malformed Javadoc comments
---
 src/changes/changes.xml                                           | 1 +
 src/main/java/org/apache/commons/logging/impl/Log4JLogger.java    | 4 ++--
 src/main/java/org/apache/commons/logging/impl/LogFactoryImpl.java | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a5cac0d..3aecc84 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,6 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
       <!-- FIX -->
       <action dev="ggregory" type="fix" due-to="Gary Gregory">Fix running 
spotbugs:check: Unable to parse configuration of mojo.</action>
       <action dev="ggregory" type="fix" due-to="Gary Gregory">Update 
deprecated call in 
org.apache.commons.logging.PathableClassLoader.addLogicalLib(String).</action>
+      <action dev="ggregory" type="fix" due-to="Gary Gregory">Fix malformed 
Javadoc comments.</action>
       <!-- ADD -->
       <!-- UPDATE -->
       <action dev="ggregory" type="update" due-to="Gary Gregory, 
Dependabot">Bump org.apache.commons:commons-parent from 81 to 93 #361, #367, 
#388, #409, #410.</action>
diff --git a/src/main/java/org/apache/commons/logging/impl/Log4JLogger.java 
b/src/main/java/org/apache/commons/logging/impl/Log4JLogger.java
index 0779bed..9b07074 100644
--- a/src/main/java/org/apache/commons/logging/impl/Log4JLogger.java
+++ b/src/main/java/org/apache/commons/logging/impl/Log4JLogger.java
@@ -34,8 +34,8 @@ import org.apache.log4j.Priority;
  * The reason this logger is distinct from the 1.3.0 logger is that in version 
1.2
  * of Log4J:
  * <ul>
- * <li>class Logger takes Priority parameters not Level parameters.
- * <li>class Level extends Priority
+ * <li>class Logger takes Priority parameters not Level parameters.</li>
+ * <li>class Level extends Priority</li>
  * </ul>
  * Log4j 1.3 is expected to change Level so it no longer extends Priority, 
which is
  * a non-binary-compatible change. The class generated by compiling this code 
against
diff --git a/src/main/java/org/apache/commons/logging/impl/LogFactoryImpl.java 
b/src/main/java/org/apache/commons/logging/impl/LogFactoryImpl.java
index a0cddc1..a5d8033 100644
--- a/src/main/java/org/apache/commons/logging/impl/LogFactoryImpl.java
+++ b/src/main/java/org/apache/commons/logging/impl/LogFactoryImpl.java
@@ -923,9 +923,9 @@ public class LogFactoryImpl extends LogFactory {
      * </p>
      * <ol>
      * <li>the specific class just doesn't implement the Log interface
-     *     (user screwed up), or
+     *     (user screwed up), or</li>
      * <li> the specified class has bound to a Log class loaded by some other
-     *      class loader; Log@ClassLoaderX cannot be cast to Log@ClassLoaderY.
+     *      class loader; Log@ClassLoaderX cannot be cast to 
Log@ClassLoaderY.</li>
      * </ol>
      * <p>
      * Here we try to figure out which case has occurred so we can give the

Reply via email to