Skip to content

Commit b0807d8

Browse files
committed
Fix broken Javadoc reference
See gh-33102
1 parent 8eb204b commit b0807d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-context-support/src/main/java/org/springframework/ui/freemarker/FreeMarkerConfigurationFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public void setFreemarkerVariables(Map<String, Object> variables) {
147147
* <p>Note that the supplied encoding may or may not be used for template
148148
* rendering. See the documentation for Spring's {@code FreeMarkerView} and
149149
* {@code FreeMarkerViewResolver} implementations for further details.
150-
* @see #setDefaultEncoding(Charset)
150+
* @see #setDefaultCharset(Charset)
151151
* @see freemarker.template.Configuration#setDefaultEncoding
152152
* @see org.springframework.web.servlet.view.freemarker.FreeMarkerView#setEncoding
153153
* @see org.springframework.web.servlet.view.freemarker.FreeMarkerView#setContentType

0 commit comments

Comments
 (0)