diff --git a/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/ContentNegotiationConfigurer.java b/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/ContentNegotiationConfigurer.java index 2bb588be6e2..3adea1d7d0e 100644 --- a/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/ContentNegotiationConfigurer.java +++ b/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/ContentNegotiationConfigurer.java @@ -226,8 +226,8 @@ public class ContentNegotiationConfigurer { * Set a custom {@link ContentNegotiationStrategy} to use to determine * the content type to use when no content type is requested. *
By default this is not set. - * @since 4.1.2 * @see #defaultContentType + * @since 4.1.2 */ public ContentNegotiationConfigurer defaultContentTypeStrategy(ContentNegotiationStrategy defaultStrategy) { this.factory.setDefaultContentTypeStrategy(defaultStrategy);