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 b51f3842 Fix Javadoc warning
b51f3842 is described below

commit b51f3842ffe396e0d12b032e4ffc0739b354e3f5
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jan 1 16:35:28 2024 -0500

    Fix Javadoc warning
    
    [WARNING]
    
/Users/garydgregory/git/garydgregory/commons-io/src/main/java/org/apache/commons/io/file/PathUtils.java:884:
    warning: empty <p> tag
---
 src/main/java/org/apache/commons/io/file/PathUtils.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/io/file/PathUtils.java 
b/src/main/java/org/apache/commons/io/file/PathUtils.java
index 0ed29d5b..30d0add1 100644
--- a/src/main/java/org/apache/commons/io/file/PathUtils.java
+++ b/src/main/java/org/apache/commons/io/file/PathUtils.java
@@ -881,7 +881,6 @@ public final class PathUtils {
      * <p>
      * The output will be the same irrespective of the machine that the code 
is running on.
      * </p>
-     * <p>
      *
      * @param path the path to query.
      * @return the extension of the file or an empty string if none exists or 
{@code null}

Reply via email to