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.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/share/Watcher.java b/qadevOOo/runner/share/Watcher.java
index bf0c40d9dadf..723cce4138eb 100644
--- a/qadevOOo/runner/share/Watcher.java
+++ b/qadevOOo/runner/share/Watcher.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
@@ -28,12 +28,12 @@
package share;
public interface Watcher {
-
+
/**
* pings the watcher to check for changes
*/
- public void ping();
-
+ public void ping();
+
/**
* returns the amount of pings
*/