Skip to content

Commit b953e19

Browse files
committed
Javadoc: Add missing </li> tags
1 parent 11c0562 commit b953e19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/apache/commons/io/file/PathUtils.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ public static Path current() {
499499
* </p>
500500
* <ul>
501501
* <li>A directory to delete does not have to be empty.</li>
502-
* <li>You get exceptions when a file or directory cannot be deleted; {@link File#delete()} returns a boolean.
502+
* <li>You get exceptions when a file or directory cannot be deleted; {@link File#delete()} returns a boolean.</li>
503503
* </ul>
504504
*
505505
* @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 {
518518
* </p>
519519
* <ul>
520520
* <li>A directory to delete does not have to be empty.</li>
521-
* <li>You get exceptions when a file or directory cannot be deleted; {@link File#delete()} returns a boolean.
521+
* <li>You get exceptions when a file or directory cannot be deleted; {@link File#delete()} returns a boolean.</li>
522522
* </ul>
523523
*
524524
* @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
540540
* </p>
541541
* <ul>
542542
* <li>A directory to delete does not have to be empty.</li>
543-
* <li>You get exceptions when a file or directory cannot be deleted; {@link File#delete()} returns a boolean.
543+
* <li>You get exceptions when a file or directory cannot be deleted; {@link File#delete()} returns a boolean.</li>
544544
* </ul>
545545
*
546546
* @param path file or directory to delete, must not be {@code null}

0 commit comments

Comments
 (0)