Fix reference in deprecation message of parseForwardedFor

This commit is contained in:
Stéphane Nicoll 2023-11-11 18:05:36 +01:00
parent 33b1ff5d27
commit 7f615fd8af
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ public class UriComponentsBuilder implements UriBuilder, Cloneable {
* @return an {@code InetSocketAddress} with the extracted host and port, or
* {@code null} if the headers are not present.
* @since 5.3
* @deprecated in favor of {@link ForwardedHeaderUtils#adaptFromForwardedHeaders};
* @deprecated in favor of {@link ForwardedHeaderUtils#parseForwardedFor};
* to be removed in 6.2
*/
@Deprecated(since = "6.1", forRemoval = true)