See gh-23915, gh-25018
@ -168,8 +168,8 @@ public class ContentNegotiationManagerFactoryBean
* have no impact on content negotiation.
* @deprecated as of 5.2.4. See class-level note on the deprecation of path
* extension config options. As there is no replacement for this method,
* in 5.2.x it is necessary to set it to {@code false}. In 5.3 {@code false}
* becomes the default, and use of this property is longer be necessary.
* in 5.2.x it is necessary to set it to {@code false}. In 5.3 the default
* changes to {@code false} and use of this property becomes unnecessary.
*/
@Deprecated
public void setFavorPathExtension(boolean favorPathExtension) {
@ -70,8 +70,8 @@ public class PathMatchConfigurer {
* @deprecated as of 5.2.4. See class-level note in
* {@link RequestMappingHandlerMapping} on the deprecation of path extension
* config options. As there is no replacement for this method, in 5.2.x it is
* necessary to set it to {@code false}. In 5.3 {@code false} becomes the
* default, and use of this property is longer be necessary.
* necessary to set it to {@code false}. In 5.3 the default changes to
* {@code false} and use of this property becomes unnecessary.
public PathMatchConfigurer setUseSuffixPatternMatch(Boolean suffixPatternMatch) {
@ -98,8 +98,8 @@ public class RequestMappingHandlerMapping extends RequestMappingInfoHandlerMappi
* more fine-grained control over specific suffixes to allow.
* @deprecated as of 5.2.4. See class level note on the deprecation of
* path extension config options. As there is no replacement for this method,
public void setUseSuffixPatternMatch(boolean useSuffixPatternMatch) {