From 202b107da4f6d7957a37b4ec530e5312e2c184d9 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sun, 16 Dec 2001 05:15:15 +0000 Subject: [PATCH] Description is not a concern of the task but a container concern. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270197 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/org/apache/tools/ant/Task.java | 18 ------------------ .../src/todo/org/apache/tools/ant/Task.java | 18 ------------------ 2 files changed, 36 deletions(-) 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 */