Redundant use of public modifier.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543262 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
60a8028d22
commit
c779a5ddb8
|
@ -44,6 +44,6 @@ public interface Predicate<T> {
|
|||
* @throws IllegalArgumentException (runtime) if the input is invalid
|
||||
* @throws FunctorException (runtime) if the predicate encounters a problem
|
||||
*/
|
||||
public boolean evaluate(T object);
|
||||
boolean evaluate(T object);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue