This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new a92fa380 Javadoc @link tags do not need to use a FQCN for classes in java.lang a92fa380 is described below commit a92fa3802f0d2c474b13c5fa1cab4777e1dd8318 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Aug 29 07:36:22 2022 -0400 Javadoc @link tags do not need to use a FQCN for classes in java.lang --- src/main/java/org/apache/commons/io/FilenameUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/io/FilenameUtils.java b/src/main/java/org/apache/commons/io/FilenameUtils.java index 19187e6e..c4bb6595 100644 --- a/src/main/java/org/apache/commons/io/FilenameUtils.java +++ b/src/main/java/org/apache/commons/io/FilenameUtils.java @@ -37,7 +37,7 @@ import java.util.stream.Stream; * <p> * <b>NOTE</b>: You may be able to avoid using this class entirely simply by * using JDK {@link java.io.File File} objects and the two argument constructor - * {@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)}. * </p> * <p> * Most methods on this class are designed to work the same on both Unix and Windows.