8180303: Remove technote doc link from ProxySelector/B8035158.java test
Reviewed-by: chegar
--- 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",