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 2012/02/11 00:31:35 UTC

svn commit: r1242980 - in /commons/proper/net/trunk/src: changes/changes.xml main/java/org/apache/commons/net/ftp/FTPClient.java

Author: sebb
Date: Fri Feb 10 23:31:34 2012
New Revision: 1242980

URL: http://svn.apache.org/viewvc?rev=1242980&view=rev
Log:
NET-441 - mlistDir doc should be "MLSD" not "MSLD"

Modified:
    commons/proper/net/trunk/src/changes/changes.xml
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java

Modified: commons/proper/net/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/changes/changes.xml?rev=1242980&r1=1242979&r2=1242980&view=diff
==============================================================================
--- commons/proper/net/trunk/src/changes/changes.xml (original)
+++ commons/proper/net/trunk/src/changes/changes.xml Fri Feb 10 23:31:34 2012
@@ -65,6 +65,9 @@ The <action> type attribute can be add,u
 This release fixes a few bugs and adds some new functionality (see below).
   It is binary compatible with previous releases
         ">
+            <action issue="NET-441" dev="sebb" type="fix" due-to="consiliens">
+            mlistDir doc should be "MLSD" not "MSLD".
+            </action>
             <action issue="NET-440" dev="sebb" type="add">
             Allow user to provide default value in case SYST command fails.
             </action>

Modified: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java?rev=1242980&r1=1242979&r2=1242980&view=diff
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java (original)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java Fri Feb 10 23:31:34 2012
@@ -2258,7 +2258,7 @@ implements Configurable
     }
 
     /**
-     * Generate a directory listing for the current directory using the MSLD command.
+     * Generate a directory listing for the current directory using the MLSD command.
      *
      * @return the array of file entries
      * @throws IOException
@@ -2270,7 +2270,7 @@ implements Configurable
     }
 
     /**
-     * Generate a directory listing using the MSLD command.
+     * Generate a directory listing using the MLSD command.
      *
      * @param pathname the directory name, may be {@code null}
      * @return the array of file entries
@@ -2284,7 +2284,7 @@ implements Configurable
     }
 
     /**
-     * Generate a directory listing using the MSLD command.
+     * Generate a directory listing using the MLSD command.
      *
      * @param pathname the directory name, may be {@code null}
      * @param filter the filter to apply to the responses