diff --git a/spring-web/src/main/java/org/springframework/web/service/annotation/HttpExchange.java b/spring-web/src/main/java/org/springframework/web/service/annotation/HttpExchange.java index 31508a7702..c1c010bf4b 100644 --- a/spring-web/src/main/java/org/springframework/web/service/annotation/HttpExchange.java +++ b/spring-web/src/main/java/org/springframework/web/service/annotation/HttpExchange.java @@ -24,7 +24,6 @@ import java.lang.annotation.Target; import org.springframework.core.annotation.AliasFor; import org.springframework.web.bind.annotation.Mapping; -import org.springframework.web.service.invoker.UrlArgumentResolver; /** * Annotation that declares an HTTP service method as an HTTP endpoint defined @@ -55,8 +54,7 @@ import org.springframework.web.service.invoker.UrlArgumentResolver; * {@link java.net.URI URI} * Dynamically set the URL for the request, overriding the annotation's * {@link #url()} attribute - * {@link UrlArgumentResolver - * HttpUrlArgumentResolver} + * {@link org.springframework.web.service.invoker.UrlArgumentResolver} * * * {@link org.springframework.http.HttpMethod HttpMethod}