summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/lib/uno
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-12-01 13:52:30 +0000
committerRüdiger Timm <rt@openoffice.org>2006-12-01 13:52:30 +0000
commit80cd9362b59404f29794e1d853f2c8032fcc2b07 (patch)
tree5701a5c77e7da049c66e3a772738e2b205676de0 /jurt/com/sun/star/lib/uno
parent6fa4daa6417ad1ad20c51ed8454ad4d235fa8ee5 (diff)
INTEGRATION: CWS sb23 (1.3.8); FILE MERGED
2006/08/18 16:21:42 sb 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/18 16:48:42 sb 1.3.8.1: #i35277# More cleanup; first part of supporting CurrentContext in URP.
Diffstat (limited to 'jurt/com/sun/star/lib/uno')
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/ThreadId.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/jurt/com/sun/star/lib/uno/environments/remote/ThreadId.java b/jurt/com/sun/star/lib/uno/environments/remote/ThreadId.java
index 0d32f6f821a1..fbc9ec44b31f 100644
--- a/jurt/com/sun/star/lib/uno/environments/remote/ThreadId.java
+++ b/jurt/com/sun/star/lib/uno/environments/remote/ThreadId.java
@@ -4,9 +4,9 @@
*
* $RCSfile: ThreadId.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:01:59 $
+ * last change: $Author: rt $ $Date: 2006-12-01 14:52:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,7 +41,7 @@ import java.math.BigInteger;
import java.util.Arrays;
public final class ThreadId {
- static ThreadId createFresh() {
+ public static ThreadId createFresh() {
BigInteger c;
synchronized (PREFIX) {
c = count;