1
0

Fix component name references

This commit is contained in:
Gary Gregory
2023-10-19 10:53:50 -04:00
parent 32c8bd6257
commit 98ac644aaf
3 changed files with 3 additions and 3 deletions

View File

@@ -575,7 +575,7 @@ public abstract class LogFactory {
* </p> * </p>
* <p> * <p>
* Even when using an AccessController, however, this method can still * 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 * ability to access classloaders. A policy that forbids all
* classloader access will also prevent commons-logging from working: * classloader access will also prevent commons-logging from working:
* currently this method will throw an exception preventing the entire app * currently this method will throw an exception preventing the entire app

View File

@@ -147,7 +147,7 @@
* <h3>Configuring the Underlying Logging System</h3> * <h3>Configuring the Underlying Logging System</h3>
* <p>The basic principle is that the user is totally responsible for the * <p>The basic principle is that the user is totally responsible for the
* configuration of the underlying logging system. * 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 * <p>Each individual <a href="Log.html">Log</a> implementation may
* support its own configuration properties. These will be documented in the * support its own configuration properties. These will be documented in the
* class descriptions for the corresponding implementation class.</p> * class descriptions for the corresponding implementation class.</p>

View File

@@ -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 <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 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 number of popular logging implementations, and writing adapters for others is a
reasonably simple task.</p> reasonably simple task.</p>