From a8c3c746afe7242d79713ba12f4696a5df81e801 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 12 May 2022 13:17:12 +0200 Subject: [PATCH] Avoid package cycle with web.service.invoker through plain javadoc reference See gh-28386 --- .../springframework/web/service/annotation/HttpExchange.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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}