Skip to content

Commit dee58ac

Browse files
committed
Javadoc: Close HTML tags
1 parent ef07344 commit dee58ac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public PrefixFileFilter(final String prefix) {
122122
* <p>
123123
* The array is not cloned, so could be changed after constructing the
124124
* instance. This would be inadvisable however.
125+
* </p>
125126
*
126127
* @param prefixes the prefixes to allow, must not be null
127128
* @throws IllegalArgumentException if the prefix array is null

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ public SuffixFileFilter(final String suffix) {
123123
* <p>
124124
* The array is not cloned, so could be changed after constructing the
125125
* instance. This would be inadvisable however.
126+
* </p>
126127
*
127128
* @param suffixes the suffixes to allow, must not be null
128129
* @throws NullPointerException if the suffix array is null

0 commit comments

Comments
 (0)