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 2013/02/11 18:58:40 UTC

svn commit: r1444905 - /commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPClient.java

Author: sebb
Date: Mon Feb 11 17:58:39 2013
New Revision: 1444905

URL: http://svn.apache.org/r1444905
Log:
Javadoc

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

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=1444905&r1=1444904&r2=1444905&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 Mon Feb 11 17:58:39 2013
@@ -496,7 +496,9 @@ implements Configurable
      * However, see NET-442 for an exception.
      * 
      * @param reply
-     * @return
+     * @return the pathname, without enclosing quotes, 
+     * or the full string after the reply code and space if the syntax is invalid 
+     * (i.e. enclosing quotes are missing or embedded quotes are not doubled)
      */
     // package protected for access by test cases
     static String __parsePathname(String reply)