This is an automated email from the ASF dual-hosted git repository.
ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git
The following commit(s) were added to refs/heads/2.3-gae by this push:
new f2b4844e Javadoc: (Typo fix)
f2b4844e is described below
commit f2b4844edc5b7ceb12d839bff84733ad944139b1
Author: ddekany <[email protected]>
AuthorDate: Tue Dec 24 11:33:57 2024 +0100
Javadoc: (Typo fix)
---
freemarker-core/src/main/java/freemarker/template/Configuration.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/freemarker-core/src/main/java/freemarker/template/Configuration.java
b/freemarker-core/src/main/java/freemarker/template/Configuration.java
index f8eacc58..4a358c2c 100644
--- a/freemarker-core/src/main/java/freemarker/template/Configuration.java
+++ b/freemarker-core/src/main/java/freemarker/template/Configuration.java
@@ -147,7 +147,7 @@ import freemarker.template.utility.XmlEscape;
* <li>{@link #setWrapUncheckedExceptions(boolean)
wrap_unchecked_exceptions}: Set to {@code true}.
* <li>{@link #setFallbackOnNullLoopVariable(boolean)
fallback_on_null_loop_variable}: Set to {@code false}.
* <li>{@link #setSQLDateAndTimeTimeZone(TimeZone)
sql_date_and_time_time_zone}: Set to {@code TimeZone.getDefault()}
- * (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}).
* <!-- 2.4: recommend the new object wrapper here -->
* </ul>
*