summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/compare/DocComparator.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/compare/DocComparator.java')
-rw-r--r--qadevOOo/runner/util/compare/DocComparator.java16
1 files changed, 3 insertions, 13 deletions
diff --git a/qadevOOo/runner/util/compare/DocComparator.java b/qadevOOo/runner/util/compare/DocComparator.java
index 8503fda8254a..f46e46a6012d 100644
--- a/qadevOOo/runner/util/compare/DocComparator.java
+++ b/qadevOOo/runner/util/compare/DocComparator.java
@@ -20,22 +20,12 @@ package util.compare;
import java.io.IOException;
-/**
- *
- *
- */
-
public interface DocComparator {
- public boolean isReferenceExistent() throws IOException;
-
-
-
-
-
+ boolean isReferenceExistent() throws IOException;
- public boolean isDiffReferenceExistent() throws IOException;
+ boolean isDiffReferenceExistent() throws IOException;
- public boolean compareDiff() throws IOException;
+ boolean compareDiff() throws IOException;
}