Merge "fix failure during connecting device when channelActive happens later than...
[netconf.git] / netconf / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / messages / transactions / NewReadWriteTransactionReply.java
index 141ecccdd3c836f343e84eecfbc5dbf0ff3546b9..08e293059e903c566defade9f42e0f99f1bfc730 100644 (file)
@@ -12,6 +12,7 @@ import akka.actor.ActorRef;
 import java.io.Serializable;
 
 public class NewReadWriteTransactionReply implements Serializable {
 import java.io.Serializable;
 
 public class NewReadWriteTransactionReply implements Serializable {
+    private static final long serialVersionUID = 1L;
 
     private final ActorRef txActor;
 
 
     private final ActorRef txActor;