You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2010/09/08 17:04:04 UTC

svn commit: r995080 - /commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java

Author: niallp
Date: Wed Sep  8 15:04:04 2010
New Revision: 995080

URL: http://svn.apache.org/viewvc?rev=995080&view=rev
Log:
javadoc correction

Modified:
    commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java

Modified: commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java?rev=995080&r1=995079&r2=995080&view=diff
==============================================================================
--- commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java (original)
+++ commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java Wed Sep  8 15:04:04 2010
@@ -1065,7 +1065,6 @@ public class FileUtils {
      * @param source  the <code>InputStream</code> to copy bytes from, must not be <code>null</code>
      * @param destination  the non-directory <code>File</code> to write bytes to
      *  (possibly overwriting), must not be <code>null</code>
-     * @throws IOException if <code>source</code> URL cannot be opened
      * @throws IOException if <code>destination</code> is a directory
      * @throws IOException if <code>destination</code> cannot be written
      * @throws IOException if <code>destination</code> needs creating but can't be