Author: sebb
Date: Sat Aug 18 01:11:04 2012
New Revision: 1374494
URL: http://svn.apache.org/viewvc?rev=1374494&view=rev
Log:
Javadoc typo
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPSClient.java
Modified:
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPSClient.java
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPSClient.java?rev=1374494&r1=1374493&r2=1374494&view=diff
==============================================================================
---
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPSClient.java
(original)
+++
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPSClient.java
Sat Aug 18 01:11:04 2012
@@ -559,7 +559,7 @@ public class FTPSClient extends FTPClien
/**
* Returns a socket of the data connection.
* Wrapped as an {@link SSLSocket}, which carries out handshake processing.
- * @param command The textual representation of the FTP command to send.
+ * @param command The int representation of the FTP command to send.
* @param arg The arguments to the FTP command.
* If this parameter is set to null, then the command is sent with
* no arguments.