--- old/src/java.xml/share/classes/javax/xml/namespace/QName.java 2018-01-03 15:40:29.013947946 -0800 +++ new/src/java.xml/share/classes/javax/xml/namespace/QName.java 2018-01-03 15:40:28.253873759 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 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,9 +35,7 @@ * href="http://www.w3.org/TR/xmlschema-2/#QName">XML Schema Part2: * Datatypes specification, Namespaces - * in XML, Namespaces - * in XML Errata.

+ * in XML. * *

The value of a QName contains a Namespace * URI, local part and @@ -64,8 +62,6 @@ * XML Schema Part2: Datatypes specification * @see * Namespaces in XML - * @see - * Namespaces in XML Errata * @since 1.5 */