summaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
authorKay Ramme <kr@openoffice.org>2001-04-10 14:04:04 +0000
committerKay Ramme <kr@openoffice.org>2001-04-10 14:04:04 +0000
commit65ef0f57a05a736e63a564cb5e51bd54368707fa (patch)
tree8fdaa2edff4846cbc2d548569422c52a713b4afe /sandbox
parent195ffc3091620e6f9340258d04d0fd2b3849d0a3 (diff)
#79689#
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/com/sun/star/lib/sandbox/ClassContextImpl.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/com/sun/star/lib/sandbox/ClassContextImpl.java b/sandbox/com/sun/star/lib/sandbox/ClassContextImpl.java
index 3769ba155555..463576681969 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: cdt $ $Date: 2001-02-06 16:23:22 $
+ * last change: $Author: kr $ $Date: 2001-04-10 15:04:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -127,7 +127,7 @@ final class ClassContextImpl extends ClassLoader implements ClassContext {
return threadGroup != null && !threadGroup.isDestroyed();
}
- public synchronized ThreadGroup getThreadGroup() {
+ public ThreadGroup getThreadGroup() {
if(threadGroup == null || threadGroup.isDestroyed()) {
threadGroup = new ThreadGroup(codeBase.toString());
threadGroup.setDaemon(true);