Author: sebb
Date: Sat Jul 10 12:34:46 2010
New Revision: 962831

URL: http://svn.apache.org/viewvc?rev=962831&view=rev
Log:
Javadoc error

Modified:
    
commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/ftp/FTPSClient.java

Modified: 
commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/ftp/FTPSClient.java
URL: 
http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/ftp/FTPSClient.java?rev=962831&r1=962830&r2=962831&view=diff
==============================================================================
--- 
commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/ftp/FTPSClient.java
 (original)
+++ 
commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/ftp/FTPSClient.java
 Sat Jul 10 12:34:46 2010
@@ -512,7 +512,7 @@ public class FTPSClient extends FTPClien
      * Null is returned if an FTP protocol error is reported at any point
      * during the establishment and initialization of the connection.
      * @throws IOException If there is any problem with the connection.
-     * @see 
org.apache.commons.net.ftp.FTPClient#_openDataConnection_(java.lang.String, int)
+     * @see FTPClient#_openDataConnection_(int, String)
      */
     @Override
     protected Socket _openDataConnection_(int command, String arg)


Reply via email to