You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: spring-context-support/src/main/java/org/springframework/ui/freemarker/FreeMarkerConfigurationFactory.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -158,15 +158,15 @@ public void setDefaultEncoding(String defaultEncoding) {
158
158
}
159
159
160
160
/**
161
-
* Set the default encoding for the FreeMarker {@link Configuration}, which
162
-
* is used to decode byte sequences to character sequences when reading template
163
-
* files.
161
+
* Set the {@link Charset} for the default encoding for the FreeMarker
162
+
* {@link Configuration}, which is used to decode byte sequences to character
163
+
* sequences when reading template files.
164
164
* <p>See {@link #setDefaultEncoding(String)} for details.
Copy file name to clipboardexpand all lines: spring-webflux/src/main/java/org/springframework/web/reactive/result/view/freemarker/FreeMarkerConfigurer.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ public class FreeMarkerConfigurer extends FreeMarkerConfigurationFactory
Copy file name to clipboardexpand all lines: spring-webflux/src/test/java/org/springframework/web/reactive/config/WebFluxViewResolutionIntegrationTests.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ public void configureViewResolvers(ViewResolverRegistry registry) {
Copy file name to clipboardexpand all lines: spring-webmvc/src/test/java/org/springframework/web/servlet/config/annotation/ViewResolutionIntegrationTests.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ public void configureViewResolvers(ViewResolverRegistry registry) {
0 commit comments