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 09aad58  No need for blank Javadoc lines between Javadoc @ tags
09aad58 is described below

commit 09aad58385de2a496b71012ff3e63b0da567393e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Nov 28 12:46:39 2024 -0500

    No need for blank Javadoc lines between Javadoc @ tags
---
 src/main/java/org/apache/commons/logging/LogFactory.java          | 1 -
 src/main/java/org/apache/commons/logging/impl/LogFactoryImpl.java | 8 --------
 src/test/java/org/apache/commons/logging/log4j/StandardTests.java | 1 -
 3 files changed, 10 deletions(-)

diff --git a/src/main/java/org/apache/commons/logging/LogFactory.java 
b/src/main/java/org/apache/commons/logging/LogFactory.java
index bfec5d9..3a06179 100644
--- a/src/main/java/org/apache/commons/logging/LogFactory.java
+++ b/src/main/java/org/apache/commons/logging/LogFactory.java
@@ -566,7 +566,6 @@ public abstract class LogFactory {
      *
      * @param clazz Class.
      * @return a ClassLoader.
-     *
      * @since 1.1
      */
     protected static ClassLoader getClassLoader(final Class<?> clazz) {
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 bcaec92..24556d7 100644
--- a/src/main/java/org/apache/commons/logging/impl/LogFactoryImpl.java
+++ b/src/main/java/org/apache/commons/logging/impl/LogFactoryImpl.java
@@ -490,7 +490,6 @@ public class LogFactoryImpl extends LogFactory {
      * Follows the discovery process described in the class Javadoc.
      *
      * @param logCategory the name of the log category
-     *
      * @throws LogConfigurationException if an error in discovery occurs,
      * or if no adapter at all can be instantiated
      */
@@ -809,7 +808,6 @@ public class LogFactoryImpl extends LogFactory {
      * call {@code getInstance(String)} with it.
      *
      * @param clazz Class for which a suitable Log name will be derived
-     *
      * @throws LogConfigurationException if a suitable {@code Log}
      *  instance cannot be returned
      */
@@ -866,7 +864,6 @@ public class LogFactoryImpl extends LogFactory {
      * </p>
      *
      * @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.
@@ -891,7 +888,6 @@ public class LogFactoryImpl extends LogFactory {
      * <p>
      * @param c1 is a class loader (including the null class loader)
      * @param c2 is a class loader (including the null class loader)
-     *
      * @return c1 if it has c2 as an ancestor, c2 if it has c1 as an ancestor,
      * and null if neither is an ancestor of the other.
      */
@@ -956,7 +952,6 @@ public class LogFactoryImpl extends LogFactory {
      * @param logAdapterClassName is the class name of the Log implementation
      * that could not be instantiated. Cannot be {@code null}.
      * @param discoveryFlaw is the Throwable created by the class loader
-     *
      * @throws LogConfigurationException    ALWAYS
      */
     private void handleFlawedDiscovery(final String logAdapterClassName,
@@ -1191,7 +1186,6 @@ public class LogFactoryImpl extends LogFactory {
      * which is required by Jdk14Logger.
      *
      * @return Whether <em>JDK 1.4 or later</em> logging is available.
-     *
      * @deprecated Never invoked by this class; subclasses should not assume 
it will be.
      */
     @Deprecated
@@ -1203,7 +1197,6 @@ public class LogFactoryImpl extends LogFactory {
      * Tests whether a <em>Log4J</em> implementation available.
      *
      * @return whether a <em>Log4J</em> implementation available.
-     *
      * @deprecated Never invoked by this class; subclasses should not assume 
it will be.
      */
     @Deprecated
@@ -1262,7 +1255,6 @@ public class LogFactoryImpl extends LogFactory {
      *
      * @param name Name of the new logger
      * @return a new {@link org.apache.commons.logging.Log}
-     *
      * @throws LogConfigurationException if a new instance cannot be created
      */
     protected Log newInstance(final String name) throws 
LogConfigurationException {
diff --git a/src/test/java/org/apache/commons/logging/log4j/StandardTests.java 
b/src/test/java/org/apache/commons/logging/log4j/StandardTests.java
index b9f66be..3f95059 100644
--- a/src/test/java/org/apache/commons/logging/log4j/StandardTests.java
+++ b/src/test/java/org/apache/commons/logging/log4j/StandardTests.java
@@ -59,7 +59,6 @@ public abstract class StandardTests extends TestCase {
      * </ul>
      *
      * @param logEvents is the list of log events received.
-     *
      * @param thrown False if logPlainMessages was called
      * (ie the TestAppender is expected to have received
      * logevents with no associated exception info). True if

Reply via email to