summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/share/Watcher.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/share/Watcher.java')
-rw-r--r--qadevOOo/runner/share/Watcher.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/share/Watcher.java b/qadevOOo/runner/share/Watcher.java
index d5780b0e9f3e..07e8e6562404 100644
--- a/qadevOOo/runner/share/Watcher.java
+++ b/qadevOOo/runner/share/Watcher.java
@@ -23,11 +23,11 @@ public interface Watcher {
/**
* pings the watcher to check for changes
*/
- public void ping();
+ void ping();
/**
* returns the amount of pings
*/
- public int getPing();
+ int getPing();
}