You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2008/04/07 01:08:01 UTC

svn commit: r645326 - /commons/proper/net/trunk/src/java/org/apache/commons/net/ftp/FTPFileEntryParserImpl.java

Author: sebb
Date: Sun Apr  6 16:07:44 2008
New Revision: 645326

URL: http://svn.apache.org/viewvc?rev=645326&view=rev
Log:
NET-197 Javadoc correction

Modified:
    commons/proper/net/trunk/src/java/org/apache/commons/net/ftp/FTPFileEntryParserImpl.java

Modified: commons/proper/net/trunk/src/java/org/apache/commons/net/ftp/FTPFileEntryParserImpl.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/java/org/apache/commons/net/ftp/FTPFileEntryParserImpl.java?rev=645326&r1=645325&r2=645326&view=diff
==============================================================================
--- commons/proper/net/trunk/src/java/org/apache/commons/net/ftp/FTPFileEntryParserImpl.java (original)
+++ commons/proper/net/trunk/src/java/org/apache/commons/net/ftp/FTPFileEntryParserImpl.java Sun Apr  6 16:07:44 2008
@@ -101,7 +101,7 @@
      * perform some action upon the FTPFileList after it has been created
      * from the server stream, but before any clients see the list.
      *
-     * This default implementation is a no-op.
+     * This default implementation removes entries that do not parse as files.
      *
      * @param original Original list after it has been created from the server stream
      *