conor       01/05/17 02:52:33

  Modified:    src/main/org/apache/tools/ant DirectoryScanner.java
  Log:
  Minor typo
  
  Revision  Changes    Path
  1.14      +1 -1      
jakarta-ant/src/main/org/apache/tools/ant/DirectoryScanner.java
  
  Index: DirectoryScanner.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/DirectoryScanner.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- DirectoryScanner.java     2001/05/03 13:19:50     1.13
  +++ DirectoryScanner.java     2001/05/17 09:52:32     1.14
  @@ -844,7 +844,7 @@
   
       /**
        * Get the names of the files that matched at least one of the include
  -     * patterns, an matched none of the exclude patterns.
  +     * patterns, and matched none of the exclude patterns.
        * The names are relative to the basedir.
        *
        * @return the names of the files
  
  
  

Reply via email to