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

commit 5b35ee86220b8e7d8206470ebcfb7f3242378e8a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jun 30 08:31:12 2024 -0400

    Javadoc
---
 src/main/java/org/apache/commons/logging/LogFactory.java | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/java/org/apache/commons/logging/LogFactory.java 
b/src/main/java/org/apache/commons/logging/LogFactory.java
index fb724f6..d3dc973 100644
--- a/src/main/java/org/apache/commons/logging/LogFactory.java
+++ b/src/main/java/org/apache/commons/logging/LogFactory.java
@@ -1245,7 +1245,7 @@ public abstract class LogFactory {
     }
 
     /**
-     * Generate useful diagnostics regarding the class loader tree for
+     * Generates useful diagnostics regarding the class loader tree for
      * the specified class.
      * <p>
      * As an example, if the specified class was loaded via a webapp's
@@ -1371,7 +1371,7 @@ public abstract class LogFactory {
     }
 
     /**
-     * Write the specified message to the internal logging destination.
+     * Writes the specified message to the internal logging destination.
      *
      * @param msg is the diagnostic message to be output.
      * @since 1.1
@@ -1485,7 +1485,7 @@ public abstract class LogFactory {
     }
 
     /**
-     * Release any internal references to previously created {@link LogFactory}
+     * Releases any internal references to previously created {@link 
LogFactory}
      * instances that have been associated with the specified class loader
      * (if any), after calling the instance method {@code release()} on
      * each of them.
@@ -1594,7 +1594,7 @@ public abstract class LogFactory {
         throws LogConfigurationException;
 
     /**
-     * Release any internal references to previously created {@link Log}
+     * Releases any internal references to previously created {@link Log}
      * instances returned by this factory.  This is useful in environments
      * like servlet containers, which implement application reloading by
      * throwing away a ClassLoader.  Dangling references to objects in that
@@ -1603,7 +1603,7 @@ public abstract class LogFactory {
     public abstract void release();
 
     /**
-     * Remove any configuration attribute associated with the specified name.
+     * Removes any configuration attribute associated with the specified name.
      * If there is no such attribute, no action is taken.
      *
      * @param name Name of the attribute to remove

Reply via email to