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%2FRegisterRoleChangeListener.java;h=49286799987c446d1b074762fac1f490153e25c8;hb=4e696d9795fe7eef40369c05c340d137394126f3;hp=1faa341d45d19714389bf92f2c6eceb528fa3b02;hpb=d145dc860316c87bc55e35e20b2ca0359df433f4;p=controller.git diff --git a/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/notifications/RegisterRoleChangeListener.java b/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/notifications/RegisterRoleChangeListener.java index 1faa341d45..4928679998 100644 --- a/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/notifications/RegisterRoleChangeListener.java +++ b/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/notifications/RegisterRoleChangeListener.java @@ -11,9 +11,9 @@ package org.opendaylight.controller.cluster.notifications; import java.io.Serializable; /** - * Message sent from the listener of Role Change messages to register itself to the Role Change Notifier - * - * The Listener could be in a separate ActorSystem and hence this message needs to be Serializable + * Message sent from the listener of Role Change messages to register itself to the Role Change Notifier. + * The Listener could be in a separate ActorSystem and hence this message needs to be Serializable. */ public class RegisterRoleChangeListener implements Serializable { + private static final long serialVersionUID = 8370459011119791506L; }