summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/graphical
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/graphical')
-rw-r--r--qadevOOo/runner/graphical/TimeHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/graphical/TimeHelper.java b/qadevOOo/runner/graphical/TimeHelper.java
index ee49315e424f..1905e6acf554 100644
--- a/qadevOOo/runner/graphical/TimeHelper.java
+++ b/qadevOOo/runner/graphical/TimeHelper.java
@@ -32,7 +32,7 @@ public class TimeHelper
GlobalLogWriter.println("Wait 0.25 * " + String.valueOf(_nSeconds) + " sec. Reason: " + _sReason);
try {
java.lang.Thread.sleep(_nSeconds * 250);
- } catch (java.lang.InterruptedException e2) {}
+ } catch (InterruptedException e2) {}
}
private int m_nSeconds;