peterreilly    2003/07/23 03:50:32

  Modified:    src/main/org/apache/tools/ant/types Description.java
  Log:
  stylecheck
  
  Revision  Changes    Path
  1.14      +9 -1      ant/src/main/org/apache/tools/ant/types/Description.java
  
  Index: Description.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/types/Description.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- Description.java  14 Jul 2003 10:28:42 -0000      1.13
  +++ Description.java  23 Jul 2003 10:50:32 -0000      1.14
  @@ -102,6 +102,14 @@
           }
       }
   
  +    /**
  +     * return the descriptions from all the targets of
  +     * a project.
  +     *
  +     * @param project the project to get the descriptions for.
  +     * @return a string containing the concatenated descriptions of
  +     *         the targets.
  +     */
       public static String getDescription(Project project) {
           StringBuffer description = new StringBuffer();
           Vector targets = (Vector) project.getReference("ant.targets");
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to