summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/beans
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-09-02 10:42:37 +0200
committerMichael Stahl <mstahl@redhat.com>2014-09-08 20:53:26 +0200
commit420170c8ddc5b6f16ca44113e28f77653aa3262f (patch)
tree4fd6569a81c5619e4f00464fdfdc51c9ef1be22b /bean/com/sun/star/beans
parentc4da2452149b6ccc07c8d74717f11665767bb210 (diff)
set names on some Java threads
Change-Id: I611821d5f84b440ba542a8d62a374df7b505de15
Diffstat (limited to 'bean/com/sun/star/beans')
-rw-r--r--bean/com/sun/star/beans/LocalOfficeWindow.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/bean/com/sun/star/beans/LocalOfficeWindow.java b/bean/com/sun/star/beans/LocalOfficeWindow.java
index ebae69da94f5..d7356f8fa344 100644
--- a/bean/com/sun/star/beans/LocalOfficeWindow.java
+++ b/bean/com/sun/star/beans/LocalOfficeWindow.java
@@ -264,6 +264,8 @@ public class LocalOfficeWindow
private CallWatchThread( long nTimeout )
{
+ super("CallWatchThread deprecated");
+
this.aWatchedThread = Thread.currentThread();
this.nTimeout = nTimeout;
start();