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
commit d20492a6a736d7615ea1e3f2b2a175db7b651c02 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Feb 25 12:47:34 2021 -0500 Fix Javadoc typo. --- .../src/test/java/org/apache/commons/vfs2/filter/BaseFilterTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/filter/BaseFilterTest.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/filter/BaseFilterTest.java index 3d80e04..3b3b799 100644 --- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/filter/BaseFilterTest.java +++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/filter/BaseFilterTest.java @@ -48,8 +48,7 @@ public abstract class BaseFilterTest { * Creates a file select info object for the given file. * * @param file File to create an info for. - * - * @return File selct info. + * @return File select info. */ protected static FileSelectInfo createFileSelectInfo(final File file) { try {