Skip to content

Commit

Permalink
Fix broken Javadoc reference
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Jul 4, 2024
1 parent 8eb204b commit b0807d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public void setFreemarkerVariables(Map<String, Object> variables) {
* <p>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
Expand Down

1 comment on commit b0807d8

@sbrannen
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing that one for me. 👍

Please sign in to comment.