Skip to content

Commit

Permalink
Javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 3, 2021
1 parent 79b16f0 commit dbc2de2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/apache/commons/io/FileUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -2676,6 +2676,7 @@ private static void requireAbsent(final File file, final String name) throws Fil
*
* @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 {
Expand Down

0 comments on commit dbc2de2

Please sign in to comment.