You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2003/09/17 16:23:27 UTC

cvs commit: ant/src/main/org/apache/tools/ant Target.java

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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org