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 dee58ac01 Javadoc: Close HTML tags dee58ac01 is described below commit dee58ac01224a6ef9bc1285627f0c27ebdf0e083 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Nov 13 08:09:05 2024 -0500 Javadoc: Close HTML tags --- src/main/java/org/apache/commons/io/filefilter/PrefixFileFilter.java | 1 + src/main/java/org/apache/commons/io/filefilter/SuffixFileFilter.java | 1 + 2 files changed, 2 insertions(+) diff --git a/src/main/java/org/apache/commons/io/filefilter/PrefixFileFilter.java b/src/main/java/org/apache/commons/io/filefilter/PrefixFileFilter.java index 540ecd2e8..fd463bbda 100644 --- a/src/main/java/org/apache/commons/io/filefilter/PrefixFileFilter.java +++ b/src/main/java/org/apache/commons/io/filefilter/PrefixFileFilter.java @@ -122,6 +122,7 @@ public class PrefixFileFilter extends AbstractFileFilter implements Serializable * <p> * The array is not cloned, so could be changed after constructing the * instance. This would be inadvisable however. + * </p> * * @param prefixes the prefixes to allow, must not be null * @throws IllegalArgumentException if the prefix array is null diff --git a/src/main/java/org/apache/commons/io/filefilter/SuffixFileFilter.java b/src/main/java/org/apache/commons/io/filefilter/SuffixFileFilter.java index 91d8c39d6..dc9cc2bda 100644 --- a/src/main/java/org/apache/commons/io/filefilter/SuffixFileFilter.java +++ b/src/main/java/org/apache/commons/io/filefilter/SuffixFileFilter.java @@ -123,6 +123,7 @@ public class SuffixFileFilter extends AbstractFileFilter implements Serializable * <p> * The array is not cloned, so could be changed after constructing the * instance. This would be inadvisable however. + * </p> * * @param suffixes the suffixes to allow, must not be null * @throws NullPointerException if the suffix array is null