Add serialVersionUUID fields
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / java / org / opendaylight / controller / cluster / notifications / RegisterRoleChangeListenerReply.java
index f1d13e344f563ca18142f3472c82159694237290..608130dad2d5ce7e75c4365e4738c674604172f7 100644 (file)
@@ -16,4 +16,5 @@ import java.io.Serializable;
  * Can be sent to a separate actor system and hence should be made serializable.
  */
 public class RegisterRoleChangeListenerReply implements Serializable {
+    private static final long serialVersionUID = -1972061601184451430L;
 }