summaryrefslogtreecommitdiff
path: root/bean/com/sun/star/comp/beans/CallWatchThread.java
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2013-04-16 22:38:26 +1000
committerThomas Arnhold <thomas@arnhold.org>2013-04-16 23:12:03 +0000
commit43debfae8326ad98f9d130aa450f59ad49577d55 (patch)
tree2c5f6d01159f030fcaccc973c36b66116c0632d7 /bean/com/sun/star/comp/beans/CallWatchThread.java
parent7cac1bc73c53d8bfb0b7d87966ae19ce2e918883 (diff)
General cleanup of OfficeBeans
Cleaned up Java source files: + removed unnecessary commented out code + corrected many spelling errors + formatting changes (remove decorations from comments, whitespacing, etc.) Change-Id: I4133908ceac874b273fe409d763b3ddbfc2055e5 Reviewed-on: https://gerrit.libreoffice.org/3413 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'bean/com/sun/star/comp/beans/CallWatchThread.java')
-rw-r--r--bean/com/sun/star/comp/beans/CallWatchThread.java9
1 files changed, 4 insertions, 5 deletions
diff --git a/bean/com/sun/star/comp/beans/CallWatchThread.java b/bean/com/sun/star/comp/beans/CallWatchThread.java
index ce6ed6a21c77..31f3a8cdb1e0 100644
--- a/bean/com/sun/star/comp/beans/CallWatchThread.java
+++ b/bean/com/sun/star/comp/beans/CallWatchThread.java
@@ -19,13 +19,12 @@
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 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
+// Do not add the thread instances to a threadgroup. When testing the bean in
+// 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
{
private static boolean DEBUG = false;