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.
|
* @deprecated use {@link #ClientUpgradeRequest()} instead.
|
||||||
* @see ClientUpgradeRequest#ClientUpgradeRequest()
|
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public ClientUpgradeRequest(URI uri)
|
public ClientUpgradeRequest(URI uri)
|
||||||
|
|
Loading…
Reference in New Issue