Skip to content

Commit 0bba7ac

Browse files
committed
SNAPSHOT Spotless apply
1 parent 459cd46 commit 0bba7ac

File tree

1 file changed

+0
-1
lines changed
  • x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/scheduler

1 file changed

+0
-1
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/scheduler/Cron.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ public class Cron implements ToXContentFragment {
252252
// for the next ~60 years
253253
public static final int MAX_YEAR = Calendar.getInstance(UTC, Locale.ROOT).get(Calendar.YEAR) + 50;
254254

255-
256255
public Cron(String expression, TimeZone timeZone) {
257256
this.timeZone = timeZone;
258257
assert expression != null : "cron expression cannot be null";

0 commit comments

Comments
 (0)