1
0

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]        ^
This commit is contained in:
Gary Gregory
2023-10-18 16:59:30 -04:00
parent ca2cdfee81
commit 58ec3139c2

View File

@@ -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 * 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. * used to load this (abstract) LogFactory.
* <h4>ClassLoader conflicts</h4> * <p><b>ClassLoader conflicts</b></p>
* <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 * 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. * LogFactory subclass via a context classloader.