diff --git a/proposal/myrmidon/src/main/org/apache/tools/ant/Task.java b/proposal/myrmidon/src/main/org/apache/tools/ant/Task.java index 85403ec08..e7bc8e145 100644 --- a/proposal/myrmidon/src/main/org/apache/tools/ant/Task.java +++ b/proposal/myrmidon/src/main/org/apache/tools/ant/Task.java @@ -13,24 +13,6 @@ public abstract class Task extends ProjectComponent implements org.apache.myrmidon.api.Task { - private String description; - - /** - * Sets a description of the current action. It will be usefull in - * commenting what we are doing. - * - * @param desc The new Description value - */ - public void setDescription( String desc ) - { - description = desc; - } - - public String getDescription() - { - return description; - } - /** * Perform this task */ diff --git a/proposal/myrmidon/src/todo/org/apache/tools/ant/Task.java b/proposal/myrmidon/src/todo/org/apache/tools/ant/Task.java index 85403ec08..e7bc8e145 100644 --- a/proposal/myrmidon/src/todo/org/apache/tools/ant/Task.java +++ b/proposal/myrmidon/src/todo/org/apache/tools/ant/Task.java @@ -13,24 +13,6 @@ public abstract class Task extends ProjectComponent implements org.apache.myrmidon.api.Task { - private String description; - - /** - * Sets a description of the current action. It will be usefull in - * commenting what we are doing. - * - * @param desc The new Description value - */ - public void setDescription( String desc ) - { - description = desc; - } - - public String getDescription() - { - return description; - } - /** * Perform this task */