Skip to content

Commit aff498b

Browse files
committed
sout -> logger
1 parent b9b3bef commit aff498b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/cronutils/Issue480Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ private static ZonedDateTime nextRun(Cron cron, ZonedDateTime when) {
7878
if (!next.isPresent()) {
7979
fail();
8080
}
81-
System.out.println("Calculated next run at " + next.get());
81+
LOGGER.info("Calculated next run at {}", next.get());
8282
return next.get();
8383
}
8484

0 commit comments

Comments
 (0)