[LIB-10] SerialVersionUID for Serializable classes
[snooker-score-api.git] / src / main / java / org / hedgecode / snooker / api / Season.java
index 3732528..14c5364 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017. Developed by Hedgecode.
+ * Copyright (c) 2017-2020. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -28,6 +28,8 @@ import java.util.Map;
  */
 public class Season implements Serializable {
 
+    private static final long serialVersionUID = -4233073149675278053L;
+
     private static final Calendar CURRENT_CALENDAR = Calendar.getInstance();
 
     private static final int NEW_SEASON_MONTH = 5; /* June */