diff --git a/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/AbstractHandlerMethodMapping.java b/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/AbstractHandlerMethodMapping.java index 9cbd20e4c1..fc893f8f58 100644 --- a/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/AbstractHandlerMethodMapping.java +++ b/spring-webflux/src/main/java/org/springframework/web/reactive/result/method/AbstractHandlerMethodMapping.java @@ -416,7 +416,7 @@ public abstract class AbstractHandlerMethodMapping 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 getMappingPathPatterns(T mapping);