This commit is contained in:
Looly 2022-02-26 23:25:49 +08:00
parent 3317834a2c
commit c46781f2eb

View File

@ -12,8 +12,6 @@ import java.util.List;
*/ */
public class DayOfMonthValueMatcher extends BoolArrayValueMatcher { public class DayOfMonthValueMatcher extends BoolArrayValueMatcher {
private static final int[] LAST_DAYS = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31};
/** /**
* 构造 * 构造
* *