Bug 8289 - 409 in cluster restperfclient test
[netconf.git] / netconf / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / messages / transactions / SubmitRequest.java
index 6b6af7e77310cfee9b63a98cc0d797f595156016..64da32a0fe2ec0fb4e26ecf403a2f17c03cd8627 100644 (file)
@@ -8,6 +8,6 @@
 
 package org.opendaylight.netconf.topology.singleton.messages.transactions;
 
-public class SubmitRequest implements TransactionRequest {
+public class SubmitRequest implements WriteActorMessage {
     private static final long serialVersionUID = 1L;
 }