Skip to content

Commit

Permalink
Fix typo in Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoyanchev committed Oct 14, 2021
1 parent a178bbe commit 0705454
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public PathMatchConfigurer addPathPrefix(String prefix, Predicate<Class<?>> pred
/**
* 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
Expand Down

0 comments on commit 0705454

Please sign in to comment.