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 26d41ff [VFS-497] Ported filters from Commons IO #9. 26d41ff is described below commit 26d41ffe3313e5681085df3cb813b8de67eb1246 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sun Mar 31 22:46:23 2019 -0400 [VFS-497] Ported filters from Commons IO #9. Update comment. --- .../main/java/org/apache/commons/vfs2/filter/CanExecuteFileFilter.java | 1 - 1 file changed, 1 deletion(-) diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/filter/CanExecuteFileFilter.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/filter/CanExecuteFileFilter.java index 71fd2bc..9b49fb4 100644 --- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/filter/CanExecuteFileFilter.java +++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/filter/CanExecuteFileFilter.java @@ -50,7 +50,6 @@ import org.apache.commons.vfs2.FileSystemException; * } * </pre> * - * @author This code was originally ported from Apache Commons IO File Filter * @see "http://commons.apache.org/proper/commons-io/" * @since 2.4 */