mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -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};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 构造
|
* 构造
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user