summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/lib/Status.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/lib/Status.java')
-rw-r--r--qadevOOo/runner/lib/Status.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/qadevOOo/runner/lib/Status.java b/qadevOOo/runner/lib/Status.java
index e19f8bb39169..680e499cf8da 100644
--- a/qadevOOo/runner/lib/Status.java
+++ b/qadevOOo/runner/lib/Status.java
@@ -110,6 +110,7 @@ public class Status extends SimpleStatus {
* description and appends to it it the reason, for example:
* "FAILED.The getLabel works wrong", "PASSED.OK".
*/
+ @Override
public String toString() {
String str = getRunStateString() + "." + getStateString();