Fixed javadoc

This commit is contained in:
Iwein Fuld
2011-04-30 20:08:17 +02:00
parent 3955c9d6fb
commit be9b57a81a

View File

@@ -42,7 +42,7 @@ public abstract class AbstractSimplePatternFileListFilter<F> extends AbstractFil
/**
* Accept the given file its name matches the pattern,
* Accepts the given file if its name matches the pattern.
*/
@Override
public final boolean accept(F file) {