Browse Source

Fix typos

pull/35567/head
Sam Brannen 3 months ago
parent
commit
48ec990a17
  1. 2
      spring-webflux/src/main/java/org/springframework/web/reactive/result/method/annotation/ApiVersionMethodArgumentResolver.java
  2. 2
      spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ApiVersionMethodArgumentResolver.java

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

@ -29,7 +29,7 @@ import org.springframework.web.reactive.result.method.SyncHandlerMethodArgumentR @@ -29,7 +29,7 @@ import org.springframework.web.reactive.result.method.SyncHandlerMethodArgumentR
import org.springframework.web.server.ServerWebExchange;
/**
* Resolvers argument values of type {@link SemanticApiVersionParser.Version}.
* Resolves argument values of type {@link SemanticApiVersionParser.Version}.
*
* @author Rossen Stoyanchev
* @since 7.0

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

@ -32,7 +32,7 @@ import org.springframework.web.method.support.ModelAndViewContainer; @@ -32,7 +32,7 @@ import org.springframework.web.method.support.ModelAndViewContainer;
import org.springframework.web.servlet.HandlerMapping;
/**
* Resolvers argument values of type {@link SemanticApiVersionParser.Version}.
* Resolves argument values of type {@link SemanticApiVersionParser.Version}.
*
* @author Rossen Stoyanchev
* @since 7.0

Loading…
Cancel
Save