Skip to content

Commit

Permalink
Fixed consistency of wrongly using java.io.FileNotFoundException inst…
Browse files Browse the repository at this point in the history
…ead of preferred org.apache.commons.vfs2.FileNotFoundException (#638)
  • Loading branch information
mareksunda authored Nov 28, 2024
1 parent 4b4278c commit 6bb85fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
*/
package org.apache.commons.vfs2.provider.ftp;

import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
Expand All @@ -37,6 +36,7 @@
import org.apache.commons.net.ftp.FTPFile;
import org.apache.commons.vfs2.FileName;
import org.apache.commons.vfs2.FileNotFolderException;
import org.apache.commons.vfs2.FileNotFoundException;
import org.apache.commons.vfs2.FileObject;
import org.apache.commons.vfs2.FileSystemException;
import org.apache.commons.vfs2.FileType;
Expand Down

0 comments on commit 6bb85fb

Please sign in to comment.