You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/09/16 14:28:21 UTC

[commons-io] branch master updated: Add missing Javadoc tag.

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 ee84633  Add missing Javadoc tag.
ee84633 is described below

commit ee846339fa9d108bf20fb5a172e6873e92aaae69
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 16 10:28:17 2019 -0400

    Add missing Javadoc tag.
---
 src/main/java/org/apache/commons/io/DirectoryWalker.java | 3 ++-
 1 file changed, 2 insertions(+), 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 24f2885..b22967f 100644
--- a/src/main/java/org/apache/commons/io/DirectoryWalker.java
+++ b/src/main/java/org/apache/commons/io/DirectoryWalker.java
@@ -260,7 +260,8 @@ import org.apache.commons.io.filefilter.TrueFileFilter;
  *    }
  *  }
  * </pre>
- *
+ * 
+ * @param <T> The result type, like {@link File}.
  * @since 1.3
  *
  */