We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4278c commit 6bb85fbCopy full SHA for 6bb85fb
commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpFileObject.java
@@ -16,7 +16,6 @@
16
*/
17
package org.apache.commons.vfs2.provider.ftp;
18
19
-import java.io.FileNotFoundException;
20
import java.io.IOException;
21
import java.io.InputStream;
22
import java.io.OutputStream;
@@ -37,6 +36,7 @@
37
36
import org.apache.commons.net.ftp.FTPFile;
38
import org.apache.commons.vfs2.FileName;
39
import org.apache.commons.vfs2.FileNotFolderException;
+import org.apache.commons.vfs2.FileNotFoundException;
40
import org.apache.commons.vfs2.FileObject;
41
import org.apache.commons.vfs2.FileSystemException;
42
import org.apache.commons.vfs2.FileType;
0 commit comments