We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6969b89 commit f2b4844Copy full SHA for f2b4844
freemarker-core/src/main/java/freemarker/template/Configuration.java
@@ -147,7 +147,7 @@
147
* <li>{@link #setWrapUncheckedExceptions(boolean) wrap_unchecked_exceptions}: Set to {@code true}.
148
* <li>{@link #setFallbackOnNullLoopVariable(boolean) fallback_on_null_loop_variable}: Set to {@code false}.
149
* <li>{@link #setSQLDateAndTimeTimeZone(TimeZone) sql_date_and_time_time_zone}: Set to {@code TimeZone.getDefault()}
150
- * (or if set as as property value string, then to this: {@code JVM default}).
+ * (or if set as property value string, then to this: {@code JVM default}).
151
* <!-- 2.4: recommend the new object wrapper here -->
152
* </ul>
153
*
0 commit comments