This commit is contained in:
wentch
2015-12-24 14:17:27 +08:00
parent 6efd7d085e
commit dbf14af7d1

View File

@@ -86,7 +86,7 @@ public final class HttpClient {
}
public static void main(String[] args) throws Exception {
URL url = new URL("https://www.wentch.com");
URL url = new URL("https://www.redkale.org");
System.out.println(url.openConnection().getClass());
}
}