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 f2933e8604..f6e9a2a029 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 class FreeMarkerConfigurationFactory { *
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