Skip to content

Commit 1f3de51

Browse files
committed
Avoid javadoc warnings in Eclipse.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140466 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8788e98 commit 1f3de51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/java/org/apache/commons/io/FilenameUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
* @author <a href="mailto:jefft@apache.org">Jeff Turner</a>
7777
* @author Matthew Hawthorne
7878
* @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 $
79+
* @version $Id: FilenameUtils.java,v 1.5 2003/12/30 15:23:23 jeremias Exp $
8080
*/
8181
public class FilenameUtils {
8282

@@ -491,7 +491,7 @@ public static long sizeOfDirectory( String directory) {
491491
public static void copyFileToDirectory(
492492
String source,
493493
String destinationDirectory)
494-
throws IOException {
494+
throws IOException, FileNotFoundException {
495495
FileUtils.copyFileToDirectory(new File(source), new File(destinationDirectory));
496496
}
497497

0 commit comments

Comments
 (0)