fix javadoc for ClientUpgradeRequest

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2021-06-16 01:00:10 +10:00
parent 10ed23f22d
commit 402d79f59a
1 changed files with 1 additions and 2 deletions

View File

@ -51,8 +51,7 @@ public final class ClientUpgradeRequest implements UpgradeRequest
}
/**
* @deprecated use the no-args constructor instead.
* @see ClientUpgradeRequest#ClientUpgradeRequest()
* @deprecated use {@link #ClientUpgradeRequest()} instead.
*/
@Deprecated
public ClientUpgradeRequest(URI uri)