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 f2f1c77  Javadoc: Close HTML tags.
f2f1c77 is described below

commit f2f1c77ec430cf85c9d05ee46e6e475f83932b8c
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Sun Sep 27 11:27:56 2020 -0400

    Javadoc: Close HTML tags.
---
 src/main/java/org/apache/commons/io/filefilter/AgeFileFilter.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/io/filefilter/AgeFileFilter.java 
b/src/main/java/org/apache/commons/io/filefilter/AgeFileFilter.java
index 65982dc..2252281 100644
--- a/src/main/java/org/apache/commons/io/filefilter/AgeFileFilter.java
+++ b/src/main/java/org/apache/commons/io/filefilter/AgeFileFilter.java
@@ -135,6 +135,7 @@ public class AgeFileFilter extends AbstractFileFilter 
implements Serializable {
      * file <b>IS NOT</b> selected.
      * If last modification time equals cutoff and older files are required,
      * file <b>IS</b> selected.
+     * </p>
      *
      * @param file  the File to check
      * @return true if the file name matches

Reply via email to