Fix component name references
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user