summaryrefslogtreecommitdiff
path: root/connectivity/qa/complex/connectivity/TestCase.java
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/qa/complex/connectivity/TestCase.java')
-rw-r--r--connectivity/qa/complex/connectivity/TestCase.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/qa/complex/connectivity/TestCase.java b/connectivity/qa/complex/connectivity/TestCase.java
index 36c80035a010..9261499af5a7 100644
--- a/connectivity/qa/complex/connectivity/TestCase.java
+++ b/connectivity/qa/complex/connectivity/TestCase.java
@@ -22,6 +22,6 @@ import share.LogWriter;
public interface TestCase
{
- public void assure( final String i_message, final boolean i_condition );
- public LogWriter getLog();
+ void assure( final String i_message, final boolean i_condition );
+ LogWriter getLog();
}