Merge pull request #1421 from kazuki43zoo/patch-javadoc

Fix javadoc of AbstractHandlerMapping#setPathMatcher
This commit is contained in:
Juergen Hoeller 2017-05-07 22:58:04 +02:00 committed by GitHub
commit c735eec08b
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public abstract class AbstractHandlerMapping extends ApplicationObjectSupport im
/**
* Set the PathMatcher implementation to use for matching URL paths
* against registered URL patterns. Default is AntPathMatcher.
* against registered URL patterns. Default is ParsingPathMatcher.
* @see org.springframework.web.util.ParsingPathMatcher
*/
public void setPathMatcher(PathMatcher pathMatcher) {