RFR 8212872: Broken link to http://www.w3.org/XML/xml-names-19990114-errata

Joe Wang huizhe.wang at oracle.com
Mon Nov 5 19:10:15 UTC 2018


Hi,

Please review a correction of the links:

1. the 1st link shall point to the standard "Namespaces in XML", not the 
inner anchor to the "Qualified Names" section.
2. the 2nd link shall point to the html file 
"xml-names-19990114-errata.html", not "xml-names-19990114-errata".

--- a/src/java.xml/share/classes/javax/xml/namespace/package-info.java
+++ b/src/java.xml/share/classes/javax/xml/namespace/package-info.java
@@ -1,5 +1,5 @@
  /*
- * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights 
reserved.
+ * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights 
reserved.
   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   *
   * This code is free software; you can redistribute it and/or modify it
@@ -35,10 +35,10 @@
   * <li><a href="http://www.w3.org/TR/xmlschema-2/#QName">
   *             XML Schema Part2: Datatypes specification</a>
   * </li>
- * <li><a href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">
+ * <li><a href="https://www.w3.org/TR/REC-xml-names/">
   *             Namespaces in XML</a>
   * </li>
- * <li><a href="http://www.w3.org/XML/xml-names-19990114-errata">
+ * <li><a href="https://www.w3.org/XML/xml-names-19990114-errata.html">
   *             Namespaces in XML Errata</a>
   * </li>
   * </ul>

Thanks,
Joe



More information about the core-libs-dev mailing list