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 dbc2de2 Javadoc. dbc2de2 is described below commit dbc2de2b5301763068b960c17410fd21f3b2dcdb Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Dec 3 08:50:41 2021 -0500 Javadoc. --- src/main/java/org/apache/commons/io/FileUtils.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/apache/commons/io/FileUtils.java b/src/main/java/org/apache/commons/io/FileUtils.java index 84cbfbf..f042cc6 100644 --- a/src/main/java/org/apache/commons/io/FileUtils.java +++ b/src/main/java/org/apache/commons/io/FileUtils.java @@ -2676,6 +2676,7 @@ public class FileUtils { * * @param file1 The first file to compare. * @param file2 The second file to compare. + * @throws IOException if an I/O error occurs. * @throws IllegalArgumentException if the given files' canonical representations are equal. */ private static void requireCanonicalPathsNotEquals(final File file1, final File file2) throws IOException {