You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2016/03/25 18:14:13 UTC

ant git commit: Java5

Repository: ant
Updated Branches:
  refs/heads/1.9.x [created] 67aea0e57


Java5


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

Branch: refs/heads/1.9.x
Commit: 67aea0e5732e5fb31d14e17bce6c172155de5961
Parents: f8a27a1
Author: Stefan Bodewig <bo...@apache.org>
Authored: Fri Mar 25 18:13:44 2016 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Fri Mar 25 18:13:44 2016 +0100

----------------------------------------------------------------------
 .../tools/ant/taskdefs/compilers/DefaultCompilerAdapterTest.java  | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/67aea0e5/src/tests/junit/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapterTest.java
----------------------------------------------------------------------
diff --git a/src/tests/junit/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapterTest.java b/src/tests/junit/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapterTest.java
index 798345b..646154d 100644
--- a/src/tests/junit/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapterTest.java
+++ b/src/tests/junit/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapterTest.java
@@ -201,7 +201,6 @@ public class DefaultCompilerAdapterTest {
             javac.setProject(prj);
             final Commandline[] cmd = new Commandline[1];
             final DefaultCompilerAdapter impl = new DefaultCompilerAdapter() {
-                @Override
                 public boolean execute() throws BuildException {
                     cmd[0] = setupModernJavacCommand();
                     return true;
@@ -258,7 +257,6 @@ public class DefaultCompilerAdapterTest {
             javac.setProject(prj);
             final Commandline[] cmd = new Commandline[1];
             final DefaultCompilerAdapter impl = new DefaultCompilerAdapter() {
-                @Override
                 public boolean execute() throws BuildException {
                     cmd[0] = setupModernJavacCommand();
                     return true;
@@ -322,7 +320,6 @@ public class DefaultCompilerAdapterTest {
             final LogCapturingJavac javac = new LogCapturingJavac();
             javac.setProject(prj);
             final DefaultCompilerAdapter impl = new DefaultCompilerAdapter() {
-                @Override
                 public boolean execute() throws BuildException {
                     setupModernJavacCommand();
                     return true;