mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-08 01:17:45 +01:00
Fixed checkstyle error
This commit is contained in:
parent
52456bcc04
commit
723200e4ae
@ -27,6 +27,10 @@ import java.util.function.Predicate;
|
||||
*/
|
||||
public class Predicates {
|
||||
|
||||
private Predicates() {
|
||||
/* static method class */
|
||||
}
|
||||
|
||||
public static Predicate<DateHolder> within(long after, long before) {
|
||||
return holder -> {
|
||||
long date = holder.getDate();
|
||||
|
Loading…
Reference in New Issue
Block a user