Skip to content

Commit dbc2de2

Browse files
committed
Javadoc.
1 parent 79b16f0 commit dbc2de2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2676,6 +2676,7 @@ private static void requireAbsent(final File file, final String name) throws Fil
26762676
*
26772677
* @param file1 The first file to compare.
26782678
* @param file2 The second file to compare.
2679+
* @throws IOException if an I/O error occurs.
26792680
* @throws IllegalArgumentException if the given files' canonical representations are equal.
26802681
*/
26812682
private static void requireCanonicalPathsNotEquals(final File file1, final File file2) throws IOException {

0 commit comments

Comments
 (0)