summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/stats/SimpleLogWriter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/stats/SimpleLogWriter.java')
-rw-r--r--qadevOOo/runner/stats/SimpleLogWriter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/stats/SimpleLogWriter.java b/qadevOOo/runner/stats/SimpleLogWriter.java
index 043cf342cb54..3d3164373fbf 100644
--- a/qadevOOo/runner/stats/SimpleLogWriter.java
+++ b/qadevOOo/runner/stats/SimpleLogWriter.java
@@ -96,7 +96,7 @@ public class SimpleLogWriter extends PrintWriter implements LogWriter {
{
if (watcher != null)
{
- entry.UserDefinedParams.put("Watcher", (share.Watcher) watcher);
+ entry.UserDefinedParams.put("Watcher", watcher);
}
}
}