1
0
Normalize spelling
This commit is contained in:
Gary Gregory
2023-11-26 14:58:54 -05:00
parent 6777344670
commit c1bee804fc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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