Rename ValueTypes to LithiumValue
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / java / org / opendaylight / controller / cluster / notifications / RegisterRoleChangeListenerReply.java
index f1d13e344f563ca18142f3472c82159694237290..eea87ae9d7cf93cfb63bd49e0556323ba0489203 100644 (file)
@@ -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;
 }