summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/TimeHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch/TimeHelper.java')
-rw-r--r--qadevOOo/runner/convwatch/TimeHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/convwatch/TimeHelper.java b/qadevOOo/runner/convwatch/TimeHelper.java
index 3b06f1fa50a9..92f8033d4ad8 100644
--- a/qadevOOo/runner/convwatch/TimeHelper.java
+++ b/qadevOOo/runner/convwatch/TimeHelper.java
@@ -30,6 +30,6 @@ public class TimeHelper
GlobalLogWriter.get().println("Wait " + String.valueOf(_nSeconds) + " sec. Reason: " + _sReason);
try {
java.lang.Thread.sleep(_nSeconds * 1000);
- } catch (java.lang.InterruptedException e2) {}
+ } catch (InterruptedException e2) {}
}
}