Skip to content

Commit df4cb96

Browse files
committed
Javadoc
1 parent 5cabfc7 commit df4cb96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2066,7 +2066,7 @@ public static boolean isRegularFile(final File file, final LinkOption... options
20662066
* This method delegates to {@link Files#isSymbolicLink(Path path)}
20672067
* </p>
20682068
*
2069-
* @param file the file to test.
2069+
* @param file the file to test, may be null.
20702070
* @return true if the file is a symbolic link, see {@link Files#isSymbolicLink(Path path)}.
20712071
* @since 2.0
20722072
* @see Files#isSymbolicLink(Path)

0 commit comments

Comments
 (0)