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 23d41fc No need for blank Javadoc lines between Javadoc @ tags 23d41fc is described below commit 23d41fc9d0e3670ed1144f3aaabc382cc5b9e9e1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 29 07:05:01 2024 -0500 No need for blank Javadoc lines between Javadoc @ tags --- 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 24556d7..ca340eb 100644 --- a/src/main/java/org/apache/commons/logging/impl/LogFactoryImpl.java +++ b/src/main/java/org/apache/commons/logging/impl/LogFactoryImpl.java @@ -865,7 +865,6 @@ public class LogFactoryImpl extends LogFactory { * * @return the {@code Constructor} that can be called to instantiate new {@link org.apache.commons.logging.Log} instances. * @throws LogConfigurationException if a suitable constructor cannot be returned - * * @deprecated Never invoked by this class; subclasses should not assume it will be. */ @Deprecated