mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix code
This commit is contained in:
parent
3317834a2c
commit
c46781f2eb
@ -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};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 构造
|
* 构造
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user