Bug 8086 - Cannot mount honeycomb in clustered odl on CentOS
[netconf.git] / netconf / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / messages / RegisterMountPoint.java
index 26c634859dcfe858f0a48fca3f7e841bf201c4df..0023103a5c227ab1a790540a509156b081da7772 100644 (file)
@@ -16,6 +16,7 @@ import org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier;
  * Master sends the message to slave with necessary parameters for creating slave mount point.
  */
 public class RegisterMountPoint implements Serializable {
+    private static final long serialVersionUID = 1L;
 
     private final List<SourceIdentifier> allSourceIdentifiers;