--- old/src/java.xml/share/classes/org/xml/sax/ext/DefaultHandler2.java 2019-09-20 04:54:52.611985987 +0000 +++ new/src/java.xml/share/classes/org/xml/sax/ext/DefaultHandler2.java 2019-09-20 04:54:52.185975541 +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. */ -// DefaultHandler2.java - extended DefaultHandler -// http://www.saxproject.org -// Public Domain: no warranty. -// $Id: DefaultHandler2.java,v 1.2 2004/11/03 22:49:08 jsuttor Exp $ - package org.xml.sax.ext; import java.io.IOException; @@ -44,11 +39,6 @@ * method the added handler methods just return. Subclassers may * override everything on a method-by-method basis. * - *
- * This module, both source code and documentation, is in the - * Public Domain, and comes with NO WARRANTY. - *
- * *

Note: this class might yet learn that the * ContentHandler.setDocumentLocator() call might be passed a * {@link Locator2} object, and that the