We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d72c9a commit c1e214dCopy full SHA for c1e214d
1 file changed
commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpClient.java
@@ -64,7 +64,7 @@ public interface FtpClient {
64
* @param relPath The pathname of the directory to change to.
65
* @return true if successfully completed, false if not.
66
* @throws IOException If an I/O error occurs.
67
- * @since 2.12.0
+ * @since 2.11.0
68
*/
69
default boolean changeDirectory(String relPath) throws IOException {
70
return false;
0 commit comments