summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/comp/beans/CallWatchThread.java
diff options
context:
space:
mode:
Diffstat (limited to 'bean/com/sun/star/comp/beans/CallWatchThread.java')
-rw-r--r--bean/com/sun/star/comp/beans/CallWatchThread.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bean/com/sun/star/comp/beans/CallWatchThread.java b/bean/com/sun/star/comp/beans/CallWatchThread.java
index df9f80033618..ce6ed6a21c77 100644
--- a/bean/com/sun/star/comp/beans/CallWatchThread.java
+++ b/bean/com/sun/star/comp/beans/CallWatchThread.java
@@ -23,7 +23,7 @@ package com.sun.star.comp.beans;
/** Helper class to watch calls into OOo with a timeout.
*/
//Do not add the thread instances to a threadgroup. When testing the bean in
-//an applet it turned out the the ThreadGroup was in an inconsistent state
+//an applet it turned out the ThreadGroup was in an inconsistent state
//after navigating off the site that contains the applet and back to it.
//That was tested with a Sun JRE 1.4.2_06
public class CallWatchThread extends Thread