We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81aa2b9 commit a92fa38Copy full SHA for a92fa38
1 file changed
src/main/java/org/apache/commons/io/FilenameUtils.java
@@ -37,7 +37,7 @@
37
* <p>
38
* <b>NOTE</b>: You may be able to avoid using this class entirely simply by
39
* 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)}.
+ * {@link java.io.File#File(java.io.File, String) File(File,String)}.
41
* </p>
42
43
* Most methods on this class are designed to work the same on both Unix and Windows.
0 commit comments