Skip to content

Commit 164ee2a

Browse files
committed
Polishing
See gh-22543
1 parent 021909d commit 164ee2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-webflux/src/main/java/org/springframework/web/reactive/result/method/AbstractHandlerMethodMapping.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ protected CorsConfiguration getCorsConfiguration(Object handler, ServerWebExchan
416416
protected abstract T getMappingForMethod(Method method, Class<?> handlerType);
417417

418418
/**
419-
* Extract and return the URL paths contained in the supplied mapping.
419+
* Extract and return the URL path patterns contained in the supplied mapping.
420420
* @since 5.2
421421
*/
422422
protected abstract Set<PathPattern> getMappingPathPatterns(T mapping);

0 commit comments

Comments
 (0)