src/share/classes/javax/accessibility/AccessibleHyperlink.java

Print this page

        

@@ -95,11 +95,11 @@
         /**
          * Returns an object that represents the link action,
          * 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
          * @see #getAccessibleActionCount
          */