Skip to content

Commit 0705454

Browse files
committed
Fix typo in Javadoc
See gh-27484
1 parent a178bbe commit 0705454

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/PathMatchConfigurer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public PathMatchConfigurer addPathPrefix(String prefix, Predicate<Class<?>> pred
120120
/**
121121
* Whether to use suffix pattern match (".*") when matching patterns to
122122
* requests. If enabled a method mapped to "/users" also matches to "/users.*".
123-
* <p>By default this is set to {@code true}.
123+
* <p>By default this is set to {@code false}.
124124
* <p><strong>Note:</strong> This property is mutually exclusive with and
125125
* ignored when {@link #setPatternParser(PathPatternParser)} is set.
126126
* @deprecated as of 5.2.4. See class-level note in

0 commit comments

Comments
 (0)