--- old/src/share/classes/java/net/URL.java 2013-09-25 23:23:02.550021898 +0400 +++ new/src/share/classes/java/net/URL.java 2013-09-25 23:23:02.374021892 +0400 @@ -80,7 +80,7 @@ * as a "ref" or a "reference". The fragment is indicated by the sharp * sign character "#" followed by more characters. For example, *
- *     http://java.sun.com/index.html#chapter1
+ *     http://www.oracle.com/technetwork/java/index.html#chapter1
  * 
*

* This fragment is not technically part of the URL. Rather, it @@ -94,7 +94,7 @@ * relative to another URL. Relative URLs are frequently used within * HTML pages. For example, if the contents of the URL: *

- *     http://java.sun.com/index.html
+ *     http://www.oracle.com/technetwork/java/index.html
  * 
* contained within it the relative URL: *
@@ -102,7 +102,7 @@
  * 
* it would be a shorthand for: *
- *     http://java.sun.com/FAQ.html
+ *     http://www.oracle.com/technetwork/java/index.html
  * 
*

* The relative URL need not specify all the components of a URL. If