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%2FRegisterRoleChangeListenerReply.java;h=eea87ae9d7cf93cfb63bd49e0556323ba0489203;hb=a60f577d66eb510232b0e2ccca73d9e7a81af0c9;hp=f1d13e344f563ca18142f3472c82159694237290;hpb=3a71a222b896b9d07e638af62300180799bdac67;p=controller.git diff --git a/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/notifications/RegisterRoleChangeListenerReply.java b/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/notifications/RegisterRoleChangeListenerReply.java index f1d13e344f..eea87ae9d7 100644 --- a/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/notifications/RegisterRoleChangeListenerReply.java +++ b/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/notifications/RegisterRoleChangeListenerReply.java @@ -11,9 +11,9 @@ package org.opendaylight.controller.cluster.notifications; import java.io.Serializable; /** - * Reply message sent from a RoleChangeNotifier to the Role Change Listener - * + * Reply message sent from a RoleChangeNotifier to the Role Change Listener. * 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; }