add javadoc
This commit is contained in:
parent
b30d4a025f
commit
a6fd6ae135
|
@ -15,6 +15,9 @@ public class StatusFilterPredicate implements Predicate<Status>{
|
|||
private final Filter.FilterContext context;
|
||||
private final Filter.FilterAction action;
|
||||
|
||||
/**
|
||||
* @param context null makes the predicate pass automatically
|
||||
*/
|
||||
public StatusFilterPredicate(List<Filter> filters, Filter.FilterContext context){
|
||||
this.filters=filters;
|
||||
this.context = context;
|
||||
|
|
Loading…
Reference in New Issue