From dbc04282e2cb31984fe9bef4332ab6d555371822 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 4 Oct 2017 13:18:39 +0200 Subject: [PATCH] Polishing --- .../servlet/config/annotation/ContentNegotiationConfigurer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);