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 bded390 Normalize end of comments bded390 is described below commit bded390bd18950abe7c1976a06f14d36846bd597 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 20 10:53:04 2024 -0500 Normalize end of comments --- src/main/java/org/apache/commons/logging/impl/LogFactoryImpl.java | 1 - 1 file changed, 1 deletion(-) 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);