adammurdoch    2003/01/23 04:25:58

  Modified:    vfs/src/java/org/apache/commons/vfs FileObject.java
  Log:
  Fixed javadocs.
  
  Revision  Changes    Path
  1.15      +2 -5      
jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/FileObject.java
  
  Index: FileObject.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/FileObject.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- FileObject.java   25 Nov 2002 05:32:58 -0000      1.14
  +++ FileObject.java   23 Jan 2003 12:25:58 -0000      1.15
  @@ -252,11 +252,8 @@
        *
        * @param selector The selector to use to select matching files.
        *
  -     * @return A list of matching {@link FileObject} files.  The files are
  -     *      returned in depthwise order (that is, a child appears in the
  -     *      list before its parent).
  -     *
  -     * @todo Use the same return type for getChildren() and findFiles().
  +     * @return The matching files.  The files are returned in depthwise order
  +     *         (that is, a child appears in the list before its parent).
        */
       FileObject[] findFiles( FileSelector selector ) throws FileSystemException;
   
  
  
  

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

Reply via email to