We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86455dc commit 04a57e4Copy full SHA for 04a57e4
freemarker-core/src/main/java/freemarker/log/Logger.java
@@ -42,7 +42,7 @@ public abstract class Logger {
42
/**
43
* The {@value #SYSTEM_PROPERTY_NAME_LOGGER_LIBRARY} system property is used to select a logger library explicitly,
44
* rather than relying on automatic selection. You meant to set this system property where the JVM is started, like
45
- * {@code java ... -Dorg.freemarker.loggerLibrary=SLF4j}. Setting it from Java code isn't reliable, also it can
+ * {@code java ... -Dorg.freemarker.loggerLibrary=SLF4J}. Setting it from Java code isn't reliable, also it can
46
* cause confusion if you override the value set by others with {@code -D}.
47
*
48
* <p>
0 commit comments