Browse Source

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
master
Peter Donald 23 years ago
parent
commit
202b107da4
2 changed files with 0 additions and 36 deletions
  1. +0
    -18
      proposal/myrmidon/src/main/org/apache/tools/ant/Task.java
  2. +0
    -18
      proposal/myrmidon/src/todo/org/apache/tools/ant/Task.java

+ 0
- 18
proposal/myrmidon/src/main/org/apache/tools/ant/Task.java View File

@@ -13,24 +13,6 @@ public abstract class Task
extends ProjectComponent extends ProjectComponent
implements org.apache.myrmidon.api.Task 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 * Perform this task
*/ */


+ 0
- 18
proposal/myrmidon/src/todo/org/apache/tools/ant/Task.java View File

@@ -13,24 +13,6 @@ public abstract class Task
extends ProjectComponent extends ProjectComponent
implements org.apache.myrmidon.api.Task 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 * Perform this task
*/ */


Loading…
Cancel
Save