From b0807d847e012feafda346e8e8a93156b1da602e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 4 Jul 2024 17:11:54 +0200 Subject: [PATCH] Fix broken Javadoc reference See gh-33102 --- .../ui/freemarker/FreeMarkerConfigurationFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-context-support/src/main/java/org/springframework/ui/freemarker/FreeMarkerConfigurationFactory.java b/spring-context-support/src/main/java/org/springframework/ui/freemarker/FreeMarkerConfigurationFactory.java index f2933e86044b..f6e9a2a02944 100644 --- a/spring-context-support/src/main/java/org/springframework/ui/freemarker/FreeMarkerConfigurationFactory.java +++ b/spring-context-support/src/main/java/org/springframework/ui/freemarker/FreeMarkerConfigurationFactory.java @@ -147,7 +147,7 @@ public void setFreemarkerVariables(Map variables) { *

Note that the supplied encoding may or may not be used for template * rendering. See the documentation for Spring's {@code FreeMarkerView} and * {@code FreeMarkerViewResolver} implementations for further details. - * @see #setDefaultEncoding(Charset) + * @see #setDefaultCharset(Charset) * @see freemarker.template.Configuration#setDefaultEncoding * @see org.springframework.web.servlet.view.freemarker.FreeMarkerView#setEncoding * @see org.springframework.web.servlet.view.freemarker.FreeMarkerView#setContentType