You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.springframework.context/src/main/java/org/springframework/scheduling/support/CronSequenceGenerator.java
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,6 @@ public class CronSequenceGenerator {
68
68
69
69
privatefinalTimeZonetimeZone;
70
70
71
-
72
71
/**
73
72
* Construct a {@link CronSequenceGenerator} from the pattern provided.
74
73
* @param expression a space-separated list of time fields
@@ -81,7 +80,6 @@ public CronSequenceGenerator(String expression, TimeZone timeZone) {
81
80
parse(expression);
82
81
}
83
82
84
-
85
83
/**
86
84
* Get the next {@link Date} in the sequence matching the Cron pattern and
87
85
* after the value provided. The return value will have a whole number of
0 commit comments