RFR [12] 8211902: broken link in java.net.http.WebSocket.Builder
Alan Bateman
Alan.Bateman at oracle.com
Tue Oct 9 11:09:22 UTC 2018
On 09/10/2018 12:03, Chris Hegarty wrote:
> Trivially, this link should refer to HttpClient, rather than HttpRequest.
>
> --- a/src/java.net.http/share/classes/java/net/http/WebSocket.java
> +++ b/src/java.net.http/share/classes/java/net/http/WebSocket.java
> @@ -197,7 +197,7 @@
> * <li> {@link SecurityException} -
> * if a security manager has been installed and it denies
> * {@link java.net.URLPermission access} to {@code uri}.
> - * <a
> href="HttpRequest.html#securitychecks">Security checks</a>
> + * <a href="HttpClient.html#securitychecks">Security
> checks</a>
> * contains more information relating to the security
> context
> * in which the the listener is invoked.
> * <li> {@link IllegalArgumentException} -
>
Looks good.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/net-dev/attachments/20181009/444bf39b/attachment.html>
More information about the net-dev
mailing list