--- old/src/java.xml/share/classes/org/xml/sax/helpers/DefaultHandler.java 2019-09-20 04:54:59.418152883 +0000 +++ new/src/java.xml/share/classes/org/xml/sax/helpers/DefaultHandler.java 2019-09-20 04:54:58.991142413 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2006, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 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,12 +23,6 @@ * questions. */ -// DefaultHandler.java - default implementation of the core handlers. -// http://www.saxproject.org -// Written by David Megginson -// NO WARRANTY! This class is in the public domain. -// $Id: DefaultHandler.java,v 1.3 2006/04/13 02:06:32 jeffsuttor Exp $ - package org.xml.sax.helpers; import java.io.IOException; @@ -47,13 +41,6 @@ /** * Default base class for SAX2 event handlers. * - *
- * This module, both source code and documentation, is in the - * Public Domain, and comes with NO WARRANTY. - * See http://www.saxproject.org - * for further information. - *
- * *

This class is available as a convenience base class for SAX2 * applications: it provides default implementations for all of the * callbacks in the four core SAX2 handler classes: