Skip to content

Commit 3aec399

Browse files
committed
Polish
1 parent 25f62c8 commit 3aec399

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/view/freemarker/FreeMarkerView.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ protected String getEncoding() {
173173
* is expected in the current web application context, with any bean name.
174174
* <strong>Note:</strong> using this method will cause a new instance of {@link TaglibFactory}
175175
* to created for every single {@link FreeMarkerView} instance. This can be quite expensive
176-
* in terms of memory and initial CPU usage. In production it is recommended that you use
176+
* in terms of memory and initial CPU usage. In production, it is recommended that you use
177177
* a {@link FreeMarkerConfig} which exposes a single shared {@link TaglibFactory}.
178178
*/
179179
public void setConfiguration(@Nullable Configuration configuration) {
@@ -251,8 +251,8 @@ protected FreeMarkerConfig autodetectConfiguration() throws BeansException {
251251
}
252252

253253
/**
254-
* Return the configured FreeMarker {@link ObjectWrapper}, or the
255-
* {@linkplain ObjectWrapper#DEFAULT_WRAPPER default wrapper} if none specified.
254+
* Return the configured FreeMarker {@link ObjectWrapper}, or a default
255+
* wrapper if none specified.
256256
* @see freemarker.template.Configuration#getObjectWrapper()
257257
*/
258258
protected ObjectWrapper getObjectWrapper() {

0 commit comments

Comments
 (0)