git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271484 13f79535-47bb-0310-9956-ffa450edef68master
@@ -19,16 +19,6 @@ import org.apache.myrmidon.api.TaskException; | |||||
public abstract class ProjectComponent | public abstract class ProjectComponent | ||||
extends AbstractTask | extends AbstractTask | ||||
{ | { | ||||
/** | |||||
* Get the Project to which this component belongs | |||||
* | |||||
* @return the components's project. | |||||
*/ | |||||
public Project getProject() | |||||
{ | |||||
return null; | |||||
} | |||||
public void execute() | public void execute() | ||||
throws TaskException | throws TaskException | ||||
{ | { | ||||
@@ -19,16 +19,6 @@ import org.apache.myrmidon.api.TaskException; | |||||
public abstract class ProjectComponent | public abstract class ProjectComponent | ||||
extends AbstractTask | extends AbstractTask | ||||
{ | { | ||||
/** | |||||
* Get the Project to which this component belongs | |||||
* | |||||
* @return the components's project. | |||||
*/ | |||||
public Project getProject() | |||||
{ | |||||
return null; | |||||
} | |||||
public void execute() | public void execute() | ||||
throws TaskException | throws TaskException | ||||
{ | { | ||||