1
0
Normalize spelling
This commit is contained in:
Gary Gregory
2023-11-26 15:02:35 -05:00
parent c1bee804fc
commit 768c5ee741
2 changed files with 2 additions and 2 deletions

View File

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

View File

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