Fix javadoc of AbstractHandlerMapping#setPathMatcher

This commit is contained in:
Kazuki Shimizu 2017-05-08 05:52:15 +09:00
parent 92f18a4985
commit df793392fd
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) {