--- old/src/java.xml/share/classes/org/xml/sax/ext/package-info.java 2019-09-20 04:54:56.857090083 +0000 +++ new/src/java.xml/share/classes/org/xml/sax/ext/package-info.java 2019-09-20 04:54:56.431079637 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2019, 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 @@ -27,9 +27,6 @@ * Provides interfaces to SAX2 facilities that * conformant SAX drivers won't necessarily support. * - *

- * See http://www.saxproject.org - * for more information about SAX. * *

* This package is independent of the SAX2 core, though the functionality @@ -66,6 +63,10 @@ * As an example, most validation systems can be cleanly layered on top * of parsers supporting the standardized SAX2 interfaces. * + * @apiNote The SAX API, originally developed at + * the SAX Project, was introduced + * in Java SE 1.4 and continues to be maintained as part of Java SE. + * * @since 1.4 */