Skip to content

Commit a8c3c74

Browse files
committed
Avoid package cycle with web.service.invoker through plain javadoc reference
See gh-28386
1 parent fc8e670 commit a8c3c74

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spring-web/src/main/java/org/springframework/web/service/annotation/HttpExchange.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
import org.springframework.core.annotation.AliasFor;
2626
import org.springframework.web.bind.annotation.Mapping;
27-
import org.springframework.web.service.invoker.UrlArgumentResolver;
2827

2928
/**
3029
* Annotation that declares an HTTP service method as an HTTP endpoint defined
@@ -55,8 +54,7 @@
5554
* <td>{@link java.net.URI URI}</td>
5655
* <td>Dynamically set the URL for the request, overriding the annotation's
5756
* {@link #url()} attribute</td>
58-
* <td>{@link UrlArgumentResolver
59-
* HttpUrlArgumentResolver}</td>
57+
* <td>{@link org.springframework.web.service.invoker.UrlArgumentResolver}</td>
6058
* </tr>
6159
* <tr>
6260
* <td>{@link org.springframework.http.HttpMethod HttpMethod}</td>

0 commit comments

Comments
 (0)