summaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-12-16 10:42:00 +0000
committerKurt Zenker <kz@openoffice.org>2004-12-16 10:42:00 +0000
commit9e02713aed37043e44a790592c76895650a1f5c7 (patch)
treee1c562a8c6570115c10c5d29cd3c9c9dc2501791 /sandbox
parent774f84766d1029411b2b943599ffae41e6b5a5da (diff)
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
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/com/sun/star/lib/sandbox/ClassContextProxy.java7
1 files changed, 2 insertions, 5 deletions
diff --git a/sandbox/com/sun/star/lib/sandbox/ClassContextProxy.java b/sandbox/com/sun/star/lib/sandbox/ClassContextProxy.java
index 26205d9a91a6..bc3a14324507 100644
--- a/sandbox/com/sun/star/lib/sandbox/ClassContextProxy.java
+++ b/sandbox/com/sun/star/lib/sandbox/ClassContextProxy.java
@@ -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;