Browse Source

add back removed description

+ checkstyle javadoc


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275251 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 22 years ago
parent
commit
fae3a853d3
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/main/org/apache/tools/ant/Target.java

+ 2
- 1
src/main/org/apache/tools/ant/Target.java View File

@@ -84,6 +84,7 @@ public class Target implements TaskContainer {
/** Project this target belongs to. */ /** Project this target belongs to. */
private Project project; private Project project;


/** Description of this target, if any. */
private String description = null; private String description = null;


/** Sole constructor. */ /** Sole constructor. */
@@ -231,7 +232,7 @@ public class Target implements TaskContainer {


/** /**
* Does this target depend on the named target? * Does this target depend on the named target?
*
* @return true if the target does depend on the named target
* @since Ant 1.6 * @since Ant 1.6
*/ */
public boolean dependsOn(String other) { public boolean dependsOn(String other) {


Loading…
Cancel
Save