diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-12-16 10:41:46 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-12-16 10:41:46 +0000 |
commit | 774f84766d1029411b2b943599ffae41e6b5a5da (patch) | |
tree | 368a4d3c0c133e2b87735cf80bfd4050f31d9ccb /sandbox | |
parent | 7d4fcfb1edfd7ee1c48a18dfc1771bc117236778 (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.java | 7 |
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 8d51de09be02..b4c27156e3da 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; |