Simple capitalization typo in LogManager() description

Reviewed-by: darcy, mchung
This commit is contained in:
Mandy Chung 2012-12-10 15:15:57 -08:00
parent 5e999034a3
commit e4a502d7f5

View File

@ -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.