summaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
authorcdt <cdt@openoffice.org>2000-10-24 14:33:09 +0000
committercdt <cdt@openoffice.org>2000-10-24 14:33:09 +0000
commitc094bb831a48f1cff116bce44a6b6abaf6bf0c3e (patch)
treeedd03ba8c1a8ddcff596354b09ba450092a3576c /sandbox
parente8719e2e23343e5a32d28366dab587f88bd5702d (diff)
# Changes for jdk 1.1.5
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/com/sun/star/lib/sandbox/ClassContextImpl.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/sandbox/com/sun/star/lib/sandbox/ClassContextImpl.java b/sandbox/com/sun/star/lib/sandbox/ClassContextImpl.java
index bec06f0da74e..d5493306537a 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.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: cdt $ $Date: 2000-10-16 15:36:35 $
+ * last change: $Author: cdt $ $Date: 2000-10-24 15:33:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,7 @@ import sun.tools.jar.JarVerifierStream;
final class ClassContextImpl extends ClassLoader implements ClassContext {
private static int instances;
- private static final boolean DEBUG = false;
+ private static final boolean DEBUG = true;
private URL codeBase;
private ProtectionDomain protectionDomain;
@@ -244,7 +244,7 @@ final class ClassContextImpl extends ClassLoader implements ClassContext {
+ " " + codeBase);
}
}
- }
+ }
if (xClass != null && resolve)
resolveClass(xClass);