[RFR]: 8220575: Replace hardcoded 127.0.0.1 in URLs with new URI builder
Arthur Eubanks
aeubanks at google.com
Wed Mar 27 15:53:27 UTC 2019
> 1) test/jdk/java/net/ResponseCache/Test2.java
>
> 83 url = URIBuilder.newBuilder()
> 84 .scheme("http")
> 85 .loopback()
> 86 .port(port)
> 87 .path("/test/foo")
> 88 .toURLUnchecked();
> 89 System.out.println("URL: " + url); <<<< here
>
> Can you please remove the extra indentation on L89.
>
> 2) Can you please use the standard four-space indentation
> in URIBuilder.
>
Done: http://cr.openjdk.java.net/~aeubanks/8220575/webrev.04/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/net-dev/attachments/20190327/51eb0846/attachment.html>
More information about the net-dev
mailing list