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
  • Loading branch information
mareksunda committed Nov 27, 2024
1 parent be5c4bb commit 6044d9a
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 @@ -36,6 +35,7 @@
import org.apache.commons.logging.LogFactory;
import org.apache.commons.net.ftp.FTPFile;
import org.apache.commons.vfs2.FileName;
import org.apache.commons.vfs2.FileNotFoundException;
import org.apache.commons.vfs2.FileNotFolderException;
import org.apache.commons.vfs2.FileObject;
import org.apache.commons.vfs2.FileSystemException;
Expand Down

0 comments on commit 6044d9a

Please sign in to comment.