This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new b2fd8c7  Javadoc.
b2fd8c7 is described below

commit b2fd8c72e62fd5447c6f690842e421694b0e9a51
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Mon Aug 10 20:26:43 2020 -0400

    Javadoc.
---
 src/main/java/org/apache/commons/io/FileUtils.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/io/FileUtils.java 
b/src/main/java/org/apache/commons/io/FileUtils.java
index ad728d3..3bcd996 100644
--- a/src/main/java/org/apache/commons/io/FileUtils.java
+++ b/src/main/java/org/apache/commons/io/FileUtils.java
@@ -1377,7 +1377,6 @@ public class FileUtils {
      * @param destFile         the validated destination file, must not be 
{@code null}
      * @param preserveFileDate whether to preserve the file date
      * @param copyOptions      options specifying how the copy should be done, 
for example {@link StandardCopyOption}.
-     * @return whether the operation succeeded
      * @throws IOException              if an error occurs
      * @throws IOException              if the output file length is not the 
same as the input file length after the
      * copy completes

Reply via email to