We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459cd46 commit 0bba7acCopy full SHA for 0bba7ac
x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/scheduler/Cron.java
@@ -252,7 +252,6 @@ public class Cron implements ToXContentFragment {
252
// for the next ~60 years
253
public static final int MAX_YEAR = Calendar.getInstance(UTC, Locale.ROOT).get(Calendar.YEAR) + 50;
254
255
-
256
public Cron(String expression, TimeZone timeZone) {
257
this.timeZone = timeZone;
258
assert expression != null : "cron expression cannot be null";
0 commit comments