src/share/classes/jdk/internal/util/xml/impl/ParserSAX.java

Print this page

        

@@ -43,11 +43,11 @@
  *
  * This non-validating parser conforms to <a href="http://www.w3.org/TR/REC-xml"
  * >Extensible Markup Language (XML) 1.0</a> and <a
  * href="http://www.w3.org/TR/REC-xml-names" >"Namespaces in XML"</a>
  * specifications. The API supported by the parser are <a
- * href="http://java.sun.com/aboutJava/communityprocess/final/jsr030/index.html">CLDC
+ * href="http://jcp.org/aboutJava/communityprocess/final/jsr030/index.html">CLDC
  * 1.0</a> and <a href="http://www.jcp.org/en/jsr/detail?id=280">JSR-280</a>, a
  * JavaME subset of <a href="http://java.sun.com/xml/jaxp/index.html">JAXP</a>
  * and <a href="http://www.saxproject.org/">SAX2</a>.
  *
  * @see org.xml.sax.XMLReader