Skip to content

Commit c735eec

Browse files
authored
Merge pull request #1421 from kazuki43zoo/patch-javadoc
Fix javadoc of AbstractHandlerMapping#setPathMatcher
2 parents 92f18a4 + df79339 commit c735eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-webflux/src/main/java/org/springframework/web/reactive/handler/AbstractHandlerMapping.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public HttpRequestPathHelper getPathHelper() {
103103

104104
/**
105105
* Set the PathMatcher implementation to use for matching URL paths
106-
* against registered URL patterns. Default is AntPathMatcher.
106+
* against registered URL patterns. Default is ParsingPathMatcher.
107107
* @see org.springframework.web.util.ParsingPathMatcher
108108
*/
109109
public void setPathMatcher(PathMatcher pathMatcher) {

0 commit comments

Comments
 (0)