Remove serialVersionUID

It doesn't do anything and Elasticsearch will likely ban using it.

Original commit: elastic/x-pack-elasticsearch@c243c913c4
This commit is contained in:
Nik Everett 2016-01-11 13:34:05 -05:00
parent 07a4146068
commit b94670acc0
1 changed files with 0 additions and 3 deletions

View File

@ -195,9 +195,6 @@ import static org.elasticsearch.watcher.support.Exceptions.illegalArgument;
* @author Refactoring from CronTrigger to CronExpression by Aaron Craven
*/
public class Cron {
private static final long serialVersionUID = 12423409423L;
protected static final TimeZone UTC = DateTimeZone.UTC.toTimeZone();
protected static final DateTimeFormatter formatter = DateTimeFormat.forPattern("YYYY-MM-dd'T'HH:mm:ss");