Skip to content

Commit 6772c02

Browse files
authored
missing java type
* example code has a compilation error
1 parent a771d27 commit 6772c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Moreover, you want to execute it at most once per 15 minutes. In such case, you
6060
import net.javacrumbs.shedlock.core.SchedulerLock;
6161

6262
...
63-
private static final FOURTEEN_MIN = 14 * 60 * 1000;
63+
private static final int FOURTEEN_MIN = 14 * 60 * 1000;
6464
...
6565

6666
@Scheduled(cron = "0 */15 * * * *")

0 commit comments

Comments
 (0)