Simple capitalization typo in LogManager() description Reviewed-by: darcy, mchung
This commit is contained in:
parent
5e999034a3
commit
e4a502d7f5
@ -243,7 +243,7 @@ public class LogManager {
|
||||
* Protected constructor. This is protected so that container applications
|
||||
* (such as J2EE containers) can subclass the object. It is non-public as
|
||||
* it is intended that there only be one LogManager object, whose value is
|
||||
* retrieved by calling Logmanager.getLogManager.
|
||||
* retrieved by calling LogManager.getLogManager.
|
||||
*/
|
||||
protected LogManager() {
|
||||
// Add a shutdown hook to close the global handlers.
|
||||
|
Loading…
Reference in New Issue
Block a user