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 8788e98 commit 1f3de51Copy full SHA for 1f3de51
1 file changed
src/java/org/apache/commons/io/FilenameUtils.java
@@ -76,7 +76,7 @@
76
* @author <a href="mailto:jefft@apache.org">Jeff Turner</a>
77
* @author Matthew Hawthorne
78
* @author <a href="mailto:jeremias@apache.org">Jeremias Maerki</a>
79
- * @version $Id: FilenameUtils.java,v 1.4 2003/12/30 06:50:16 bayard Exp $
+ * @version $Id: FilenameUtils.java,v 1.5 2003/12/30 15:23:23 jeremias Exp $
80
*/
81
public class FilenameUtils {
82
@@ -491,7 +491,7 @@ public static long sizeOfDirectory( String directory) {
491
public static void copyFileToDirectory(
492
String source,
493
String destinationDirectory)
494
- throws IOException {
+ throws IOException, FileNotFoundException {
495
FileUtils.copyFileToDirectory(new File(source), new File(destinationDirectory));
496
}
497
0 commit comments