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 1eae6e7 Update Javadoc.
1eae6e7 is described below
commit 1eae6e747d28e970007ffa2eb6337cd480dd914a
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Mar 6 09:43:09 2019 -0500
Update Javadoc.
---
.../apache/commons/vfs2/provider/ftp/FtpFileSystemConfigBuilder.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 66f75d0..fe82c80 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
@@ -250,8 +250,8 @@ public class FtpFileSystemConfigBuilder extends
FileSystemConfigBuilder {
/**
* @param opts The FileSystem options.
- * @return The list of status codes (apart from 200) that are considered
as OK when prematurely
- * closing a stream. Defaults to <code>[426, 550]</code>.
+ * @return The list of reply codes (apart from 200) that are considered as
OK when prematurely
+ * closing a stream.
* @since 2.4
*/
@SuppressWarnings("unchecked")