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