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 98ac644  Fix component name references
98ac644 is described below

commit 98ac644aafd6d318f92af614aca4370116c522fa
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Oct 19 10:53:50 2023 -0400

    Fix component name references
---
 src/main/java/org/apache/commons/logging/LogFactory.java   | 2 +-
 src/main/java/org/apache/commons/logging/package-info.java | 2 +-
 src/site/xdoc/index.xml                                    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/logging/LogFactory.java 
b/src/main/java/org/apache/commons/logging/LogFactory.java
index 84e68ab..a321d84 100644
--- a/src/main/java/org/apache/commons/logging/LogFactory.java
+++ b/src/main/java/org/apache/commons/logging/LogFactory.java
@@ -575,7 +575,7 @@ public abstract class LogFactory {
      * </p>
      * <p>
      * Even when using an AccessController, however, this method can still
-     * throw SecurityException. Commons-logging basically relies on the
+     * throw SecurityException. Commons Logging basically relies on the
      * ability to access classloaders. A policy that forbids all
      * classloader access will also prevent commons-logging from working:
      * currently this method will throw an exception preventing the entire app
diff --git a/src/main/java/org/apache/commons/logging/package-info.java 
b/src/main/java/org/apache/commons/logging/package-info.java
index f6cd5dd..727f767 100644
--- a/src/main/java/org/apache/commons/logging/package-info.java
+++ b/src/main/java/org/apache/commons/logging/package-info.java
@@ -147,7 +147,7 @@
  * <h3>Configuring the Underlying Logging System</h3>
  * <p>The basic principle is that the user is totally responsible for the
  * configuration of the underlying logging system.
- * Commons-logging should not change the existing configuration.</p>
+ * Commons Logging should not change the existing configuration.</p>
  * <p>Each individual <a href="Log.html">Log</a> implementation may
  * support its own configuration properties.  These will be documented in the
  * class descriptions for the corresponding implementation class.</p>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 4736127..e3fd5db 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -36,7 +36,7 @@ of a particular one on the overall application that the 
library is a part of.</p
 
 <p>The Logging package is an ultra-thin bridge between different logging
 implementations.  A library that uses the commons-logging API can be used with
-any logging implementation at runtime. Commons-logging comes with support for a
+any logging implementation at runtime. Commons Logging comes with support for a
 number of popular logging implementations, and writing adapters for others is a
 reasonably simple task.</p>
 

Reply via email to