Skip to content

Commit

Permalink
Javadoc: (Typo fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddekany committed Jan 14, 2025
1 parent 86455dc commit 04a57e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freemarker-core/src/main/java/freemarker/log/Logger.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public abstract class Logger {
/**
* The {@value #SYSTEM_PROPERTY_NAME_LOGGER_LIBRARY} system property is used to select a logger library explicitly,
* rather than relying on automatic selection. You meant to set this system property where the JVM is started, like
* {@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
* cause confusion if you override the value set by others with {@code -D}.
*
* <p>
Expand Down

0 comments on commit 04a57e4

Please sign in to comment.