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 2014/11/16 10:40:24 UTC

ant-antlibs-dotnet git commit: useless super call

Repository: ant-antlibs-dotnet
Updated Branches:
  refs/heads/master 0e38fd157 -> 14bb7758a


useless super call


Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-dotnet/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-dotnet/commit/14bb7758
Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-dotnet/tree/14bb7758
Diff: http://git-wip-us.apache.org/repos/asf/ant-antlibs-dotnet/diff/14bb7758

Branch: refs/heads/master
Commit: 14bb7758acf47609bb2afe7df82dea316b207825
Parents: 0e38fd1
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sun Nov 16 10:40:09 2014 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sun Nov 16 10:40:09 2014 +0100

----------------------------------------------------------------------
 src/main/org/apache/ant/dotnet/NUnitTask.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-antlibs-dotnet/blob/14bb7758/src/main/org/apache/ant/dotnet/NUnitTask.java
----------------------------------------------------------------------
diff --git a/src/main/org/apache/ant/dotnet/NUnitTask.java b/src/main/org/apache/ant/dotnet/NUnitTask.java
index 43a2a7f..60db939 100644
--- a/src/main/org/apache/ant/dotnet/NUnitTask.java
+++ b/src/main/org/apache/ant/dotnet/NUnitTask.java
@@ -128,7 +128,6 @@ public class NUnitTask extends Task {
     private Environment env = new Environment();
 
     public NUnitTask() {
-        super();
         executable = "nunit-console.exe";
     }