Javadoc
Normalize spelling
This commit is contained in:
@@ -44,7 +44,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
|
||||
* It must not be private, as an optimizing compiler could detect that it
|
||||
* is not used and optimize it away.
|
||||
*/
|
||||
protected static final Level dummyLevel = Level.FINE;
|
||||
|
||||
@@ -36,7 +36,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
|
||||
* It must not be private, as an optimizing compiler could detect that it
|
||||
* is not used and optimize it away.
|
||||
*/
|
||||
protected static final Level dummyLevel = Level.FINE;
|
||||
|
||||
Reference in New Issue
Block a user