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 0bec305 Javadoc 0bec305 is described below commit 0bec305f3f153523acc6c64ac44b0201c75d2ff8 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Apr 27 10:29:41 2025 -0400 Javadoc --- src/main/java/org/apache/commons/logging/LogFactory.java | 2 +- src/main/java/org/apache/commons/logging/impl/LogFactoryImpl.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/logging/LogFactory.java b/src/main/java/org/apache/commons/logging/LogFactory.java index 43e3ba5..6d16c18 100644 --- a/src/main/java/org/apache/commons/logging/LogFactory.java +++ b/src/main/java/org/apache/commons/logging/LogFactory.java @@ -1001,7 +1001,7 @@ public abstract class LogFactory { } /** - * Read the specified system property, using an AccessController so that + * Reads the specified system property, using an AccessController so that * the property can be read if JCL has been granted the appropriate * security rights even if the calling code has not. * <p> 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 eeb6845..d7455f5 100644 --- a/src/main/java/org/apache/commons/logging/impl/LogFactoryImpl.java +++ b/src/main/java/org/apache/commons/logging/impl/LogFactoryImpl.java @@ -198,7 +198,7 @@ public class LogFactoryImpl extends LogFactory { } /** - * Read the specified system property, using an AccessController so that + * Reads the specified system property, using an AccessController so that * the property can be read if JCL has been granted the appropriate * security rights even if the calling code has not. * <p>