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