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 2d88abd..445d072 100644 --- a/src/main/java/org/apache/commons/logging/impl/LogFactoryImpl.java +++ b/src/main/java/org/apache/commons/logging/impl/LogFactoryImpl.java @@ -676,7 +676,6 @@ public class LogFactoryImpl extends LogFactory { * failed to correctly set the context class loader. This is a bug in * the calling application; however we provide the option for JCL to * simply generate a warning rather than fail outright. - * */ private ClassLoader getBaseClassLoader() throws LogConfigurationException { final ClassLoader thisClassLoader = getClassLoader(LogFactoryImpl.class);