Fix findbugs violations in netconf
[netconf.git] / netconf / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / messages / RefreshSetupMasterActorData.java
index 2f6e2e250696fb3d44af54c55db094ef28d2c5fb..47befecaad425575634763ee72a848a87347e594 100644 (file)
@@ -8,16 +8,13 @@
 
 package org.opendaylight.netconf.topology.singleton.messages;
 
-import java.io.Serializable;
 import org.opendaylight.netconf.sal.connect.util.RemoteDeviceId;
 import org.opendaylight.netconf.topology.singleton.impl.utils.NetconfTopologySetup;
 
 /**
  * Master sends this message to the own actor to refresh setup data.
  */
-public class RefreshSetupMasterActorData implements Serializable {
-    private static final long serialVersionUID = 1L;
-
+public class RefreshSetupMasterActorData {
     private final NetconfTopologySetup netconfTopologyDeviceSetup;
     private final RemoteDeviceId remoteDeviceId;