diff -r d332fc10731f -r f6f9a0c2796b jdk/src/share/classes/java/applet/Applet.java --- a/jdk/src/share/classes/java/applet/Applet.java Thu Oct 03 19:02:45 2013 +0400 +++ b/jdk/src/share/classes/java/applet/Applet.java Fri Oct 04 20:13:32 2013 +0400 @@ -143,11 +143,11 @@ * For example, suppose an applet is contained * within the document: *
-     *    http://java.sun.com/products/jdk/1.2/index.html
+     *    http://www.oracle.com/technetwork/java/index.html
      * 
* The document base is: *
-     *    http://java.sun.com/products/jdk/1.2/index.html
+     *    http://www.oracle.com/technetwork/java/index.html
      * 
* * @return the {@link java.net.URL} of the document that contains this