fix javadoc for ClientUpgradeRequest
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
10ed23f22d
commit
402d79f59a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue