summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/LoggingThread.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/LoggingThread.java')
-rw-r--r--qadevOOo/runner/helper/LoggingThread.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/helper/LoggingThread.java b/qadevOOo/runner/helper/LoggingThread.java
index 39536179545c..a1a5ec2eadc9 100644
--- a/qadevOOo/runner/helper/LoggingThread.java
+++ b/qadevOOo/runner/helper/LoggingThread.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -41,7 +41,7 @@ import util.utils;
* logger.start();
* oObj.longRunningFunction();
* logger.finish();
- *
+ *
*/
public class LoggingThread extends Thread {
@@ -51,7 +51,7 @@ public class LoggingThread extends Thread {
boolean debug = false;
/**
- *
+ *
* @param log
* @param tParam
*/