Skip to content

Commit e1bb697

Browse files
committed
Correct explanation of example patterns
Issue: SPR-15240
1 parent c0f4d78 commit e1bb697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-context/src/main/java/org/springframework/scheduling/support/CronSequenceGenerator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2016 the original author or authors.
2+
* Copyright 2002-2017 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -43,7 +43,7 @@
4343
* <li>"*&#47;10 * * * * *" = every ten seconds.</li>
4444
* <li>"0 0 8-10 * * *" = 8, 9 and 10 o'clock of every day.</li>
4545
* <li>"0 0 6,19 * * *" = 6:00 AM and 7:00 PM every day.</li>
46-
* <li>"0 0/30 8-10 * * *" = 8:00, 8:30, 9:00, 9:30 and 10 o'clock every day.</li>
46+
* <li>"0 0/30 8-10 * * *" = 8:00, 8:30, 9:00, 9:30, 10:00 and 10:30 every day.</li>
4747
* <li>"0 0 9-17 * * MON-FRI" = on the hour nine-to-five weekdays</li>
4848
* <li>"0 0 0 25 12 ?" = every Christmas Day at midnight</li>
4949
* </ul>

0 commit comments

Comments
 (0)