Fix CS warnings in sal-clustering-commons and enable enforcement
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / java / org / opendaylight / controller / cluster / notifications / RegisterRoleChangeListener.java
index 1faa341d45d19714389bf92f2c6eceb528fa3b02..49286799987c446d1b074762fac1f490153e25c8 100644 (file)
@@ -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;
 }