Skip to content

Commit 3a9f8ec

Browse files
author
Gary Gregory
committed
Javadoc: Close HTML tags.
1 parent f1cc983 commit 3a9f8ec

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/main/java/org/apache/commons/io/filefilter/IOFileFilter.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
* interfaces together.
2626
*
2727
* @since 1.0
28-
*
2928
*/
3029
public interface IOFileFilter extends FileFilter, FilenameFilter {
3130

@@ -38,7 +37,7 @@ public interface IOFileFilter extends FileFilter, FilenameFilter {
3837
* Checks to see if the File should be accepted by this filter.
3938
* <p>
4039
* Defined in {@link java.io.FileFilter}.
41-
*
40+
* </p>
4241
* @param file the File to check
4342
* @return true if this file matches the test
4443
*/
@@ -49,7 +48,7 @@ public interface IOFileFilter extends FileFilter, FilenameFilter {
4948
* Checks to see if the File should be accepted by this filter.
5049
* <p>
5150
* Defined in {@link java.io.FilenameFilter}.
52-
*
51+
* </p>
5352
* @param dir the directory File to check
5453
* @param name the file name within the directory to check
5554
* @return true if this file matches the test

0 commit comments

Comments
 (0)