changeset 17130:0111d77e0170

8180303: Remove technote doc link from ProxySelector/B8035158.java test Reviewed-by: chegar
author michaelm
date Fri, 12 May 2017 17:38:30 +0100
parents 7fb801c87a25
children 9364a094ce56
files test/java/net/ProxySelector/B8035158.java
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/java/net/ProxySelector/B8035158.java	Fri May 12 02:06:04 2017 +0000
+++ b/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",