You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2004/01/17 19:48:36 UTC

cvs commit: jakarta-commons/net/src/java/org/apache/commons/net/ftp FTPListParseEngine.java

scohen      2004/01/17 10:48:36

  Modified:    net/src/java/org/apache/commons/net/ftp
                        FTPListParseEngine.java
  Log:
  version tag
  
  Revision  Changes    Path
  1.3       +4 -1      jakarta-commons/net/src/java/org/apache/commons/net/ftp/FTPListParseEngine.java
  
  Index: FTPListParseEngine.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/net/src/java/org/apache/commons/net/ftp/FTPListParseEngine.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FTPListParseEngine.java	17 Jan 2004 18:36:17 -0000	1.2
  +++ FTPListParseEngine.java	17 Jan 2004 18:48:36 -0000	1.3
  @@ -104,7 +104,10 @@
    *       //expensive FTPFile objects not created until needed.
    *    }
    * </pre>
  - * @version
  + * <p>
  + * For unpaged access, simply use FTPClient.listFiles().  That method
  + * uses this class transparently.
  + * @version $Id$
    */
   public class FTPListParseEngine {
   	private List entries = new LinkedList();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org