mperever commented on code in PR #318:
URL: https://github.com/apache/commons-vfs/pull/318#discussion_r996709856


##########
commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpFileSystemConfigBuilder.java:
##########
@@ -244,6 +245,16 @@ public Boolean getPassiveMode(final FileSystemOptions 
options) {
         return getBoolean(options, PASSIVE_MODE);
     }
 
+    /**
+     * Gets the active port range.
+     *
+     * @param options The FileSystemOptions.
+     * @return the FTP active port range

Review Comment:
   what is the value of since tag should i use ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to