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=608130dad2d5ce7e75c4365e4738c674604172f7;hb=a2c4e27ea137ce9e2929916b2964116c4df188a0;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..608130dad2 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 @@ -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; }