summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-10-09 09:15:08 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-10-09 09:15:08 +0000
commit255a125eb25e5c2e246bddec6e986987d6f45163 (patch)
treeaac8370714814ed6bf76d4949d9861d3fac1d59d /jurt
parent9e846cd16161a3dfb8a25198ba0ea9b823fbf6f7 (diff)
INTEGRATION: CWS sb8 (1.9.22); FILE MERGED
2003/10/06 08:35:35 sb 1.9.22.1: #112127# Adapted to new ThreadPoolManager.
Diffstat (limited to 'jurt')
-rw-r--r--jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test.java b/jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test.java
index ed829afde54e..c0d993bad1b7 100644
--- a/jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test.java
+++ b/jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test.java
@@ -2,9 +2,9 @@
*
* $RCSfile: JobQueue_Test.java,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2003-05-22 09:13:24 $
+ * last change: $Author: vg $ $Date: 2003-10-09 10:15:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -227,8 +227,7 @@ public final class JobQueue_Test extends ComplexTestCase {
}
private static final class TestThread extends Thread {
- public final ThreadId _threadId
- = __javaThreadPoolFactory.getThreadId(this);
+ public final ThreadId _threadId = JavaThreadPoolFactory.getThreadId();
public final Object _disposeId = new Object();
public JobQueue _jobQueue = null;
public String _message;