1
0

No need for blank Javadoc lines between Javadoc @ tags

This commit is contained in:
Gary Gregory
2024-11-29 07:05:01 -05:00
parent 09aad58385
commit 23d41fc9d0

View File

@@ -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. * @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 * @throws LogConfigurationException if a suitable constructor cannot be returned
*
* @deprecated Never invoked by this class; subclasses should not assume it will be. * @deprecated Never invoked by this class; subclasses should not assume it will be.
*/ */
@Deprecated @Deprecated