Skip to content

Commit 48ec990

Browse files
committed
Fix typos
1 parent 1e3f865 commit 48ec990

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import org.springframework.web.server.ServerWebExchange;
3030

3131
/**
32-
* Resolvers argument values of type {@link SemanticApiVersionParser.Version}.
32+
* Resolves argument values of type {@link SemanticApiVersionParser.Version}.
3333
*
3434
* @author Rossen Stoyanchev
3535
* @since 7.0

spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ApiVersionMethodArgumentResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import org.springframework.web.servlet.HandlerMapping;
3333

3434
/**
35-
* Resolvers argument values of type {@link SemanticApiVersionParser.Version}.
35+
* Resolves argument values of type {@link SemanticApiVersionParser.Version}.
3636
*
3737
* @author Rossen Stoyanchev
3838
* @since 7.0

0 commit comments

Comments
 (0)