--- a/src/java.base/share/classes/java/net/HostPortrange.java Tue Nov 27 09:40:32 2018 -0800
+++ b/src/java.base/share/classes/java/net/HostPortrange.java Tue Nov 27 11:28:47 2018 -0800
@@ -60,7 +60,7 @@
HostPortrange(String scheme, String str) {
// Parse the host name. A name has up to three components, the
// hostname, a port number, or two numbers representing a port
- // range. "www.sun.com:8080-9090" is a valid host name.
+ // range. "www.example.com:8080-9090" is a valid host name.
// With IPv6 an address can be 2010:836B:4179::836B:4179
// An IPv6 address needs to be enclose in []