--- old/src/java.xml/share/classes/org/xml/sax/ext/Locator2.java 2019-09-20 04:54:55.163048543 +0000 +++ new/src/java.xml/share/classes/org/xml/sax/ext/Locator2.java 2019-09-20 04:54:54.735038048 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2004, 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 @@ -23,11 +23,6 @@ * questions. */ -// Locator2.java - extended Locator -// http://www.saxproject.org -// Public Domain: no warranty. -// $Id: Locator2.java,v 1.2 2004/11/03 22:49:08 jsuttor Exp $ - package org.xml.sax.ext; import org.xml.sax.Locator; @@ -35,7 +30,7 @@ /** * SAX2 extension to augment the entity information provided - * though a {@link Locator}. + * through a {@link Locator}. * If an implementation supports this extension, the Locator * provided in {@link org.xml.sax.ContentHandler#setDocumentLocator * ContentHandler.setDocumentLocator() } will implement this @@ -43,11 +38,6 @@ * http://xml.org/sax/features/use-locator2 feature * flag will have the value true. * - *
- * This module, both source code and documentation, is in the - * Public Domain, and comes with NO WARRANTY. - *
- * *

XMLReader implementations are not required to support this * information, and it is not part of core-only SAX2 distributions.

*