Author: sebb
Date: Thu Mar 17 16:06:20 2011
New Revision: 1082546
URL: http://svn.apache.org/viewvc?rev=1082546&view=rev
Log:
Javadoc
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTP.java
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTP.java
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTP.java?rev=1082546&r1=1082545&r2=1082546&view=diff
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTP.java
(original)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTP.java
Thu Mar 17 16:06:20 2011
@@ -1446,7 +1446,8 @@ public class FTP extends SocketClient
* level of access, use {@link org.apache.commons.net.ftp.FTPClient}
* , which will handle all low level details for you.
* <p>
- * @param pathname The pathname to list.
+ * @param pathname The pathname to list,
+ * may be {@code null} in which case the command is sent with no parameters
* @return The reply code received from the server.
* @exception FTPConnectionClosedException
* If the FTP server prematurely closes the connection as a result
@@ -1491,7 +1492,8 @@ public class FTP extends SocketClient
* , which will handle all low level details for you.
* <p>
* @param path the path to report on
- * @return The reply code received from the server.
+ * @return The reply code received from the server,
+ * may be {@code null} in which case the command is sent with no parameters
* @exception FTPConnectionClosedException
* If the FTP server prematurely closes the connection as a result
* of the client being idle or some other reason causing the server
@@ -1536,7 +1538,8 @@ public class FTP extends SocketClient
* , which will handle all low level details for you.
* <p>
* @param path the path to report on
- * @return The reply code received from the server.
+ * @return The reply code received from the server,
+ * may be {@code null} in which case the command is sent with no parameters
* @exception FTPConnectionClosedException
* If the FTP server prematurely closes the connection as a result
* of the client being idle or some other reason causing the server
@@ -1579,7 +1582,8 @@ public class FTP extends SocketClient
* level of access, use {@link org.apache.commons.net.ftp.FTPClient}
* , which will handle all low level details for you.
* <p>
- * @param pathname The pathname to list.
+ * @param pathname The pathname to list,
+ * may be {@code null} in which case the command is sent with no parameters
* @return The reply code received from the server.
* @exception FTPConnectionClosedException
* If the FTP server prematurely closes the connection as a result