summaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-12-16 10:41:46 +0000
committerKurt Zenker <kz@openoffice.org>2004-12-16 10:41:46 +0000
commitc42fe1ce8781322e8256ae90646e066dbfab742f (patch)
treedc2bed7f1abace033497950cb264e1af324dcce3 /sandbox
parent37db5abbd19748182cdae98f43eba9ed80fb2e3c (diff)
INTEGRATION: CWS jl15 (1.10.90); FILE MERGED
2004/11/30 16:57:33 jl 1.10.90.1: #i38153# remove unused imports of sun.* classes
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/com/sun/star/lib/sandbox/ClassContextImpl.java7
1 files changed, 2 insertions, 5 deletions
diff --git a/sandbox/com/sun/star/lib/sandbox/ClassContextImpl.java b/sandbox/com/sun/star/lib/sandbox/ClassContextImpl.java
index cbbdb407b7..e3199b2cf0 100644
--- a/sandbox/com/sun/star/lib/sandbox/ClassContextImpl.java
+++ b/sandbox/com/sun/star/lib/sandbox/ClassContextImpl.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ClassContextImpl.java,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: dbo $ $Date: 2002-11-21 16:49:00 $
+ * last change: $Author: kz $ $Date: 2004-12-16 11:41:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,9 +78,6 @@ import java.util.Hashtable;
import java.util.zip.ZipEntry;
-import sun.tools.jar.JarVerifierStream;
-
-
final class ClassContextImpl extends ClassLoader implements ClassContext {
private static int instances;
private static final boolean DEBUG = false;