Skip to content

Commit a92fa38

Browse files
author
Gary Gregory
committed
Javadoc @link tags do not need to use a FQCN for classes in java.lang
1 parent 81aa2b9 commit a92fa38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* <p>
3838
* <b>NOTE</b>: You may be able to avoid using this class entirely simply by
3939
* using JDK {@link java.io.File File} objects and the two argument constructor
40-
* {@link java.io.File#File(java.io.File, java.lang.String) File(File,String)}.
40+
* {@link java.io.File#File(java.io.File, String) File(File,String)}.
4141
* </p>
4242
* <p>
4343
* Most methods on this class are designed to work the same on both Unix and Windows.

0 commit comments

Comments
 (0)