You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by co...@locus.apache.org on 2000/08/30 16:29:41 UTC

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/types Reference.java

conor       00/08/30 07:29:40

  Modified:    src/main/org/apache/tools/ant/types Reference.java
  Log:
  Javadoc update
  
  Submitted by:	Jesse Click <Je...@netbeans.com>
  
  Revision  Changes    Path
  1.2       +1 -3      jakarta-ant/src/main/org/apache/tools/ant/types/Reference.java
  
  Index: Reference.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/ant/types/Reference.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Reference.java	2000/07/21 12:42:57	1.1
  +++ Reference.java	2000/08/30 14:29:39	1.2
  @@ -58,9 +58,7 @@
   import org.apache.tools.ant.BuildException;
   
   /**
  - * Named collection of include/exclude tags.
  - *
  - * <p>Class to hold a reference to another object in the project.
  + * Class to hold a reference to another object in the project.
    *
    * @author <a href="mailto:stefan.bodewig@megabit.net">Stefan Bodewig</a> 
    */