Skip to content

Commit f728d41

Browse files
committed
Fix Javadoc @link
1 parent 1dff4de commit f728d41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1867,7 +1867,7 @@ public String getSystemType() throws IOException {
18671867
}
18681868

18691869
/**
1870-
* Gets the system type from the {@link #FTP_SYSTEM_TYPE} system property, or the server (@link #getSystemType()}, or the {@link #SYSTEM_TYPE_PROPERTIES}
1870+
* Gets the system type from the {@link #FTP_SYSTEM_TYPE} system property, or the server {@link #getSystemType()}, or the {@link #SYSTEM_TYPE_PROPERTIES}
18711871
* property file.
18721872
*
18731873
* @return The system type obtained from the server.

0 commit comments

Comments
 (0)