Browse Source

Fix typo in Javadoc

See gh-27484
pull/27630/head
Rossen Stoyanchev 3 years ago
parent
commit
0705454ce0
  1. 2
      spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/PathMatchConfigurer.java

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

@ -120,7 +120,7 @@ public class PathMatchConfigurer { @@ -120,7 +120,7 @@ public class PathMatchConfigurer {
/**
* Whether to use suffix pattern match (".*") when matching patterns to
* requests. If enabled a method mapped to "/users" also matches to "/users.*".
* <p>By default this is set to {@code true}.
* <p>By default this is set to {@code false}.
* <p><strong>Note:</strong> This property is mutually exclusive with and
* ignored when {@link #setPatternParser(PathPatternParser)} is set.
* @deprecated as of 5.2.4. See class-level note in

Loading…
Cancel
Save