Skip to content

Commit 32e31cf

Browse files
committed
Javadoc error
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0@962831 13f79535-47bb-0310-9956-ffa450edef68
1 parent 0071972 commit 32e31cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/net/ftp/FTPSClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ public int sendCommand(String command, String args) throws IOException {
512512
* Null is returned if an FTP protocol error is reported at any point
513513
* during the establishment and initialization of the connection.
514514
* @throws IOException If there is any problem with the connection.
515-
* @see org.apache.commons.net.ftp.FTPClient#_openDataConnection_(java.lang.String, int)
515+
* @see FTPClient#_openDataConnection_(int, String)
516516
*/
517517
@Override
518518
protected Socket _openDataConnection_(int command, String arg)

0 commit comments

Comments
 (0)