Fix JavaDoc on CompositeFileListFilter
Implied that the filter would pass if *any* of its filters did, when it actually only passes if *all* of it filters do.
This commit is contained in:
@@ -28,11 +28,12 @@ import org.springframework.beans.factory.InitializingBean;
|
||||
import org.springframework.util.Assert;
|
||||
|
||||
/**
|
||||
* Simple {@link FileListFilter} that predicates its matches against any of many
|
||||
* Simple {@link FileListFilter} that predicates its matches against <b>all</b> of the
|
||||
* configured {@link FileListFilter}.
|
||||
*
|
||||
* @author Iwein Fuld
|
||||
* @author Josh Long
|
||||
* @author Gary Russell
|
||||
*
|
||||
* @param <F> The type that will be filtered.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user