mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -21,6 +21,8 @@ import java.util.Calendar;
|
|||||||
public class IssueI92H5HTest {
|
public class IssueI92H5HTest {
|
||||||
@Test
|
@Test
|
||||||
void nextMatchAfterTest() {
|
void nextMatchAfterTest() {
|
||||||
|
// TODO 待解决
|
||||||
|
|
||||||
// 匹配所有月,返回下一月
|
// 匹配所有月,返回下一月
|
||||||
final DateTime date = DateUtil.parse("2022-04-08 07:44:16");
|
final DateTime date = DateUtil.parse("2022-04-08 07:44:16");
|
||||||
final CronPattern pattern = new CronPattern("0 0 0 L 2 ?");
|
final CronPattern pattern = new CronPattern("0 0 0 L 2 ?");
|
||||||
|
Reference in New Issue
Block a user