--- old/src/share/classes/javax/accessibility/AccessibleHyperlink.java 2013-09-25 23:23:04.454021964 +0400 +++ new/src/share/classes/javax/accessibility/AccessibleHyperlink.java 2013-09-25 23:23:04.294021958 +0400 @@ -97,7 +97,7 @@ * as appropriate for that link. E.g. from HTML: * <a HREF="http://www.sun.com/access">Accessibility</a> * this method would return a - * java.net.URL("http://www.sun.com/access.html"); + * java.net.URL("http://www.oracle.com/us/sun/index.htm"); * * @param i zero-based index of the actions * @return an Object representing the hypertext link itself