summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/java/net/sf/antcontrib/logic/AntFetch.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/net/sf/antcontrib/logic/AntFetch.java b/src/java/net/sf/antcontrib/logic/AntFetch.java
index a208800..3154b22 100644
--- a/src/java/net/sf/antcontrib/logic/AntFetch.java
+++ b/src/java/net/sf/antcontrib/logic/AntFetch.java
@@ -32,7 +32,7 @@ import org.apache.tools.ant.taskdefs.CallTarget;
* @author inger
* @author Dale Anson, [email protected]
*/
-public class AntFetch extends Ant {
+public class AntFetch extends CallTarget {
/** the name of the property to fetch from the new project */
private String returnName = null;