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 3a24a8e  Javadoc Remove extra blank line.
3a24a8e is described below

commit 3a24a8ec1b146d9c7f382f95810c9015cd002c94
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Oct 5 10:59:08 2020 -0400

    Javadoc Remove extra blank line.
---
 src/main/java/org/apache/commons/io/DirectoryWalker.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/io/DirectoryWalker.java 
b/src/main/java/org/apache/commons/io/DirectoryWalker.java
index 404e6b8..4b0a2e0 100644
--- a/src/main/java/org/apache/commons/io/DirectoryWalker.java
+++ b/src/main/java/org/apache/commons/io/DirectoryWalker.java
@@ -264,7 +264,6 @@ import org.apache.commons.io.filefilter.TrueFileFilter;
  *
  * @param <T> The result type, like {@link File}.
  * @since 1.3
- *
  */
 public abstract class DirectoryWalker<T> {
 

Reply via email to