We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b3bef commit aff498bCopy full SHA for aff498b
1 file changed
src/test/java/com/cronutils/Issue480Test.java
@@ -78,7 +78,7 @@ private static ZonedDateTime nextRun(Cron cron, ZonedDateTime when) {
78
if (!next.isPresent()) {
79
fail();
80
}
81
- System.out.println("Calculated next run at " + next.get());
+ LOGGER.info("Calculated next run at {}", next.get());
82
return next.get();
83
84
0 commit comments