You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2018/08/14 12:38:04 UTC

[3/6] ant git commit: @Override wasn't applicable for interfaces in Java 1.5 and doesn't get caught while compiling with a higher version of Java SDK

@Override wasn't applicable for interfaces in Java 1.5 and doesn't get caught while compiling with a higher version of Java SDK


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/0473a3d0
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/0473a3d0
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/0473a3d0

Branch: refs/heads/master
Commit: 0473a3d0ab0d0c30b580754aec429c2c9afbf24b
Parents: 96573e6
Author: Jaikiran Pai <ja...@apache.org>
Authored: Tue Aug 14 16:36:43 2018 +0530
Committer: Jaikiran Pai <ja...@apache.org>
Committed: Tue Aug 14 16:36:43 2018 +0530

----------------------------------------------------------------------
 src/tests/junit/org/apache/tools/ant/DummyMailServer.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/0473a3d0/src/tests/junit/org/apache/tools/ant/DummyMailServer.java
----------------------------------------------------------------------
diff --git a/src/tests/junit/org/apache/tools/ant/DummyMailServer.java b/src/tests/junit/org/apache/tools/ant/DummyMailServer.java
index 160528e..3fc66f3 100644
--- a/src/tests/junit/org/apache/tools/ant/DummyMailServer.java
+++ b/src/tests/junit/org/apache/tools/ant/DummyMailServer.java
@@ -63,12 +63,10 @@ public class DummyMailServer implements Runnable, Callable<Void> {
         return this.host;
     }
 
-    @Override
     public void run() {
         call();
     }
 
-    @Override
     public Void call() {
 
         try {