Javadoc
Normalize spelling
This commit is contained in:
@@ -45,7 +45,7 @@ public class Jdk13LumberjackLogger implements Log, Serializable {
|
||||
* This member variable simply ensures that any attempt to initialize
|
||||
* this class in a pre-1.4 JVM will result in an ExceptionInInitializerError.
|
||||
* It must not be private, as an optimising compiler could detect that it
|
||||
* is not used and optimise it away.
|
||||
* is not used and optimize it away.
|
||||
*/
|
||||
protected static final Level dummyLevel = Level.FINE;
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ public class Jdk14Logger implements Log, Serializable {
|
||||
* This member variable simply ensures that any attempt to initialize
|
||||
* this class in a pre-1.4 JVM will result in an ExceptionInInitializerError.
|
||||
* It must not be private, as an optimising compiler could detect that it
|
||||
* is not used and optimise it away.
|
||||
* is not used and optimize it away.
|
||||
*/
|
||||
protected static final Level dummyLevel = Level.FINE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user