diff --git a/src/main/org/apache/tools/ant/Target.java b/src/main/org/apache/tools/ant/Target.java index a729a1a28..35ae361f0 100644 --- a/src/main/org/apache/tools/ant/Target.java +++ b/src/main/org/apache/tools/ant/Target.java @@ -84,6 +84,7 @@ public class Target implements TaskContainer { /** Project this target belongs to. */ private Project project; + /** Description of this target, if any. */ private String description = null; /** Sole constructor. */ @@ -231,7 +232,7 @@ public class Target implements TaskContainer { /** * Does this target depend on the named target? - * + * @return true if the target does depend on the named target * @since Ant 1.6 */ public boolean dependsOn(String other) {