Skip to content

Commit f2b4844

Browse files
committed
Javadoc: (Typo fix)
1 parent 6969b89 commit f2b4844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freemarker-core/src/main/java/freemarker/template/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
* <li>{@link #setWrapUncheckedExceptions(boolean) wrap_unchecked_exceptions}: Set to {@code true}.
148148
* <li>{@link #setFallbackOnNullLoopVariable(boolean) fallback_on_null_loop_variable}: Set to {@code false}.
149149
* <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}).
150+
* (or if set as property value string, then to this: {@code JVM default}).
151151
* <!-- 2.4: recommend the new object wrapper here -->
152152
* </ul>
153153
*

0 commit comments

Comments
 (0)