X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-commons%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fnotifications%2FRoleChangeNotification.java;h=44b8bf4a532771b1f47533f323445fb38c97ee02;hb=a2c4e27ea137ce9e2929916b2964116c4df188a0;hp=de2733fc86de37eec8c3207dfe1b8d0d1c408f28;hpb=e28a4a816d824e65d12b81a7d0e7017dd6f4c919;p=controller.git diff --git a/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/notifications/RoleChangeNotification.java b/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/notifications/RoleChangeNotification.java index de2733fc86..44b8bf4a53 100644 --- a/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/notifications/RoleChangeNotification.java +++ b/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/notifications/RoleChangeNotification.java @@ -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;