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 58ec313 Fix Javadoc (Java 11 on Windows) 58ec313 is described below commit 58ec3139c24f575fa4d78d351cd68e1f9d40edcd Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Oct 18 16:59:30 2023 -0400 Fix Javadoc (Java 11 on Windows) [ERROR] C:\Users\ggregory\git\a\commons-logging\src\main\java\org\apache\commons\logging\LogFactory.java:892: error: header used out of sequence: <H4> [ERROR] * <h4>ClassLoader conflicts</h4> [ERROR] ^ --- 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 46c2d23..f0a71dd 100644 --- a/src/main/java/org/apache/commons/logging/LogFactory.java +++ b/src/main/java/org/apache/commons/logging/LogFactory.java @@ -889,7 +889,7 @@ public abstract class LogFactory { /** * Return a new instance of the specified {@code LogFactory} implementation class, loaded by the specified class loader. If that fails, try the class loader * used to load this (abstract) LogFactory. - * <h4>ClassLoader conflicts</h4> + * <p><b>ClassLoader conflicts</b></p> * <p> * Note that there can be problems if the specified ClassLoader is not the same as the classloader that loaded this class, ie when loading a concrete * LogFactory subclass via a context classloader.