From 58ec3139c24f575fa4d78d351cd68e1f9d40edcd Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Wed, 18 Oct 2023 16:59:30 -0400 Subject: [PATCH] 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:

[ERROR] *

ClassLoader conflicts

[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. - *

ClassLoader conflicts

+ *

ClassLoader conflicts

*

* 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.