Skip to content

Commit dbc0428

Browse files
committed
Polishing
1 parent bb41cce commit dbc0428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/ContentNegotiationConfigurer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ public ContentNegotiationConfigurer defaultContentType(MediaType defaultContentT
226226
* Set a custom {@link ContentNegotiationStrategy} to use to determine
227227
* the content type to use when no content type is requested.
228228
* <p>By default this is not set.
229-
* @since 4.1.2
230229
* @see #defaultContentType
230+
* @since 4.1.2
231231
*/
232232
public ContentNegotiationConfigurer defaultContentTypeStrategy(ContentNegotiationStrategy defaultStrategy) {
233233
this.factory.setDefaultContentTypeStrategy(defaultStrategy);

0 commit comments

Comments
 (0)