File tree 1 file changed +3
-3
lines changed
spring-webmvc/src/main/java/org/springframework/web/servlet/view/freemarker
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ protected String getEncoding() {
173
173
* is expected in the current web application context, with any bean name.
174
174
* <strong>Note:</strong> using this method will cause a new instance of {@link TaglibFactory}
175
175
* 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
177
177
* a {@link FreeMarkerConfig} which exposes a single shared {@link TaglibFactory}.
178
178
*/
179
179
public void setConfiguration (@ Nullable Configuration configuration ) {
@@ -251,8 +251,8 @@ protected FreeMarkerConfig autodetectConfiguration() throws BeansException {
251
251
}
252
252
253
253
/**
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.
256
256
* @see freemarker.template.Configuration#getObjectWrapper()
257
257
*/
258
258
protected ObjectWrapper getObjectWrapper () {
You can’t perform that action at this time.
0 commit comments