Skip to content

Commit 6cc7234

Browse files
author
Niall Pemberton
committed
javadoc correction
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@995080 13f79535-47bb-0310-9956-ffa450edef68
1 parent 0e97953 commit 6cc7234

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,6 @@ public static void copyURLToFile(URL source, File destination,
10651065
* @param source the <code>InputStream</code> to copy bytes from, must not be <code>null</code>
10661066
* @param destination the non-directory <code>File</code> to write bytes to
10671067
* (possibly overwriting), must not be <code>null</code>
1068-
* @throws IOException if <code>source</code> URL cannot be opened
10691068
* @throws IOException if <code>destination</code> is a directory
10701069
* @throws IOException if <code>destination</code> cannot be written
10711070
* @throws IOException if <code>destination</code> needs creating but can't be

0 commit comments

Comments
 (0)