Who knows what we will do next year,

but this minor bug has been fixed anyway :)
This commit is contained in:
TfT_02 2013-02-09 10:59:41 +01:00
parent a2cbfa2668
commit b60d9032be

View File

@ -102,10 +102,10 @@ public final class Anniversary {
} }
}, 20 * delay); }, 20 * delay);
} }
}
hasCelebrated.add(sender.getName()); hasCelebrated.add(sender.getName());
} }
} }
}
private static boolean getDateRange(Date date, Date start, Date end) { private static boolean getDateRange(Date date, Date start, Date end) {
return !(date.before(start) || date.after(end)); return !(date.before(start) || date.after(end));