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
commit b953e196138234f2295b0a4e12d9c3d8a00520ec Author: Gary Gregory <[email protected]> AuthorDate: Sat Dec 13 07:53:18 2025 -0500 Javadoc: Add missing </li> tags --- src/main/java/org/apache/commons/io/file/PathUtils.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 bafcf86ca..6672df7ac 100644 --- a/src/main/java/org/apache/commons/io/file/PathUtils.java +++ b/src/main/java/org/apache/commons/io/file/PathUtils.java @@ -499,7 +499,7 @@ public static Path current() { * </p> * <ul> * <li>A directory to delete does not have to be empty.</li> - * <li>You get exceptions when a file or directory cannot be deleted; {@link File#delete()} returns a boolean. + * <li>You get exceptions when a file or directory cannot be deleted; {@link File#delete()} returns a boolean.</li> * </ul> * * @param path file or directory to delete, must not be {@code null} @@ -518,7 +518,7 @@ public static PathCounters delete(final Path path) throws IOException { * </p> * <ul> * <li>A directory to delete does not have to be empty.</li> - * <li>You get exceptions when a file or directory cannot be deleted; {@link File#delete()} returns a boolean. + * <li>You get exceptions when a file or directory cannot be deleted; {@link File#delete()} returns a boolean.</li> * </ul> * * @param path file or directory to delete, must not be {@code null} @@ -540,7 +540,7 @@ public static PathCounters delete(final Path path, final DeleteOption... deleteO * </p> * <ul> * <li>A directory to delete does not have to be empty.</li> - * <li>You get exceptions when a file or directory cannot be deleted; {@link File#delete()} returns a boolean. + * <li>You get exceptions when a file or directory cannot be deleted; {@link File#delete()} returns a boolean.</li> * </ul> * * @param path file or directory to delete, must not be {@code null}
