See gh-26538
This commit is contained in:
izeye
2021-02-11 12:39:28 +09:00
committed by Stephane Nicoll
parent c36b80bd75
commit 9a4164c4a8
4 changed files with 6 additions and 6 deletions

View File

@@ -229,7 +229,7 @@ public class PathMatchConfigurer {
}
/**
* Return the configure UrlPathHelper or a default, shared instance otherwise.
* Return the configured UrlPathHelper or a default, shared instance otherwise.
* @since 5.3
*/
protected UrlPathHelper getUrlPathHelperOrDefault() {
@@ -243,7 +243,7 @@ public class PathMatchConfigurer {
}
/**
* Return the configure PathMatcher or a default, shared, instance otherwise.
* Return the configured PathMatcher or a default, shared instance otherwise.
* @since 5.3
*/
protected PathMatcher getPathMatcherOrDefault() {
@@ -257,7 +257,7 @@ public class PathMatchConfigurer {
}
/**
* Return the configured PathPatternParser or a default, shared, instance otherwise.
* Return the configured PathPatternParser or a default, shared instance otherwise.
* @since 5.3.4
*/
public PathPatternParser getPatternParserOrDefault() {