Return local shard tree from FindPrimaryShard
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / java / org / opendaylight / controller / cluster / notifications / RoleChangeNotification.java
index de2733fc86de37eec8c3207dfe1b8d0d1c408f28..44b8bf4a532771b1f47533f323445fb38c97ee02 100644 (file)
@@ -18,6 +18,7 @@ import java.io.Serializable;
  * The Listener could be in a separate ActorSystem and hence this message needs to be Serializable
  */
 public class RoleChangeNotification implements Serializable {
+    private static final long serialVersionUID = -2873869509490117116L;
     private String memberId;
     private String oldRole;
     private String newRole;