Skip to content

Commit

Permalink
fix javadoc for ClientUpgradeRequest
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
  • Loading branch information
lachlan-roberts committed Jun 15, 2021
1 parent 10ed23f commit 402d79f
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -51,8 +51,7 @@ public ClientUpgradeRequest()
}

/**
* @deprecated use the no-args constructor instead.
* @see ClientUpgradeRequest#ClientUpgradeRequest()
* @deprecated use {@link #ClientUpgradeRequest()} instead.
*/
@Deprecated
public ClientUpgradeRequest(URI uri)
Expand Down

0 comments on commit 402d79f

Please sign in to comment.