src/java.xml/share/classes/org/xml/sax/ErrorHandler.java
changeset 58247 3aef3bccfae3
parent 57864 c370cc1b2a86
child 58679 9c3209ff7550
--- a/src/java.xml/share/classes/org/xml/sax/ErrorHandler.java	Fri Sep 20 21:33:24 2019 +0000
+++ b/src/java.xml/share/classes/org/xml/sax/ErrorHandler.java	Fri Sep 20 22:11:45 2019 +0000
@@ -23,24 +23,12 @@
  * questions.
  */
 
-// SAX error handler.
-// http://www.saxproject.org
-// No warranty; no copyright -- use this as you will.
-// $Id: ErrorHandler.java,v 1.2 2004/11/03 22:44:52 jsuttor Exp $
-
 package org.xml.sax;
 
 
 /**
  * Basic interface for SAX error handlers.
  *
- * <blockquote>
- * <em>This module, both source code and documentation, is in the
- * Public Domain, and comes with <strong>NO WARRANTY</strong>.</em>
- * See <a href='http://www.saxproject.org'>http://www.saxproject.org</a>
- * for further information.
- * </blockquote>
- *
  * <p>If a SAX application needs to implement customized error
  * handling, it must implement this interface and then register an
  * instance with the XML reader using the