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-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new a9fceb45 Javadoc
a9fceb45 is described below
commit a9fceb456f031816c716a2d4f76dd39bbaca7120
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 16 07:59:02 2022 -0400
Javadoc
---
commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSelectInfo.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSelectInfo.java
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSelectInfo.java
index dc794e7a..42cc86d5 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSelectInfo.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSelectInfo.java
@@ -17,7 +17,7 @@
package org.apache.commons.vfs2;
/**
- * Information about a file, that is used to select files during the traversal
of a hierarchy.
+ * Gets information about a file, used to select files during the traversal of
a hierarchy.
* <p>
* TODO - Rename this interface, as it is used by both FileSelector and
FileVisitor.
* </p>