Skip to content

Commit c1e214d

Browse files
committed
Fix Javadoc since tag
1 parent 3d72c9a commit c1e214d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp

commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public interface FtpClient {
6464
* @param relPath The pathname of the directory to change to.
6565
* @return true if successfully completed, false if not.
6666
* @throws IOException If an I/O error occurs.
67-
* @since 2.12.0
67+
* @since 2.11.0
6868
*/
6969
default boolean changeDirectory(String relPath) throws IOException {
7070
return false;

0 commit comments

Comments
 (0)