Cleanup imports Submitted by: vladimir@bossicard.com PR: 15647

git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226034 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
curcuru
2003-01-11 00:54:46 +00:00
parent 58491b0d33
commit a29c15bee1

View File

@@ -5,12 +5,6 @@
package org.xml.sax.helpers;
import java.lang.ClassNotFoundException;
import java.lang.IllegalAccessException;
import java.lang.InstantiationException;
import java.lang.SecurityException;
import java.lang.ClassCastException;
import org.xml.sax.Parser;