donaldp 01/12/15 21:15:15
Modified: proposal/myrmidon/src/main/org/apache/tools/ant Task.java
Log:
Description is not a concern of the task but a container concern.
Revision Changes Path
1.10 +0 -18
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/Task.java
Index: Task.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/Task.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Task.java 2001/12/16 04:38:32 1.9
+++ Task.java 2001/12/16 05:15:15 1.10
@@ -13,24 +13,6 @@
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
*/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>