INTEGRATION: CWS jl15 (1.2.94); FILE MERGED

2004/11/30 16:57:33 jl 1.2.94.1: #i38153# remove unused imports of sun.* classes
This commit is contained in:
Kurt Zenker 2004-12-16 10:42:00 +00:00
parent 774f84766d
commit 9e02713aed

View file

@ -2,9 +2,9 @@
*
* $RCSfile: ClassContextProxy.java,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: jbu $ $Date: 2002-07-19 09:02:20 $
* last change: $Author: kz $ $Date: 2004-12-16 11:42:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -77,9 +77,6 @@ import java.net.MalformedURLException;
import java.util.Hashtable;
import java.util.zip.ZipEntry;
import sun.tools.jar.JarVerifierStream;
public final class ClassContextProxy implements ClassContext, Cachable {
private static int instances;
private static final boolean DEBUG = false;