Polishing

See gh-22543
This commit is contained in:
Sam Brannen 2019-04-06 11:25:44 +02:00
parent 021909dac2
commit 164ee2a4e1
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ public abstract class AbstractHandlerMethodMapping<T> extends AbstractHandlerMap
protected abstract T getMappingForMethod(Method method, Class<?> handlerType);
/**
* Extract and return the URL paths contained in the supplied mapping.
* Extract and return the URL path patterns contained in the supplied mapping.
* @since 5.2
*/
protected abstract Set<PathPattern> getMappingPathPatterns(T mapping);