summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/stats/InternalLogWriter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/stats/InternalLogWriter.java')
-rw-r--r--qadevOOo/runner/stats/InternalLogWriter.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/stats/InternalLogWriter.java b/qadevOOo/runner/stats/InternalLogWriter.java
index b3c71217fb64..a5ba6a81316d 100644
--- a/qadevOOo/runner/stats/InternalLogWriter.java
+++ b/qadevOOo/runner/stats/InternalLogWriter.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
@@ -112,13 +112,13 @@ public class InternalLogWriter extends PrintWriter
writer = new StringWriter();
return message;
}
-
+
public Object getWatcher() {
return null;
}
-
+
public void setWatcher(Object watcher) {
}
-
+
}