peterreilly 2003/09/17 07:23:27 Modified: src/main/org/apache/tools/ant Target.java Log: add back removed description + checkstyle javadoc Revision Changes Path 1.46 +2 -1 ant/src/main/org/apache/tools/ant/Target.java Index: Target.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/Target.java,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- Target.java 17 Sep 2003 14:13:53 -0000 1.45 +++ Target.java 17 Sep 2003 14:23:27 -0000 1.46 @@ -84,6 +84,7 @@ /** Project this target belongs to. */ private Project project; + /** Description of this target, if any. */ private String description = null; /** Sole constructor. */ @@ -231,7 +232,7 @@ /** * 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) {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]