8180303: Remove technote doc link from ProxySelector/B8035158.java test
authormichaelm
Fri, 12 May 2017 17:38:30 +0100
changeset 45129 60283e4bfe7e
parent 45128 629171363c31
child 45130 469dceb426cc
8180303: Remove technote doc link from ProxySelector/B8035158.java test Reviewed-by: chegar
jdk/test/java/net/ProxySelector/B8035158.java
--- a/jdk/test/java/net/ProxySelector/B8035158.java	Fri May 12 02:06:04 2017 +0000
+++ b/jdk/test/java/net/ProxySelector/B8035158.java	Fri May 12 17:38:30 2017 +0100
@@ -158,8 +158,6 @@
         t.add(new TestCase("google.com|bing.com|yahoo.com", "http://127.0.0.1", false));
         t.add(new TestCase("google.com|bing.com|yahoo.com", "http://yahoo.com", false));
 
-        // example from
-        // http://docs.oracle.com/javase/7/docs/technotes/guides/net/proxies.html
         t.add(new TestCase("localhost|host.example.com", "http://localhost",
                 false));
         t.add(new TestCase("localhost|host.example.com",