This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new 93c1915 Update Javadoc.
93c1915 is described below
commit 93c1915bef6c4695baa0aaa916580eb214bc533d
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Mar 6 10:44:52 2019 -0500
Update Javadoc.
---
.../apache/commons/vfs2/provider/ftp/FtpFileSystemConfigBuilder.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpFileSystemConfigBuilder.java
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpFileSystemConfigBuilder.java
index d13d72c..218d475 100644
---
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpFileSystemConfigBuilder.java
+++
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpFileSystemConfigBuilder.java
@@ -456,7 +456,7 @@ public class FtpFileSystemConfigBuilder extends
FileSystemConfigBuilder {
* </p>
*
* @param opts The FileSystem options.
- * @param replyCodes The status codes.
+ * @param replyCodes The reply codes.
* @since 2.4
*/
public void setTransferAbortedOkReplyCodes(final FileSystemOptions opts,
final List<Integer> replyCodes) {