Bug 8289 - 409 in cluster restperfclient test
[netconf.git] / netconf / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / messages / transactions / DeleteRequest.java
index 1548dc791ae4e639231a1c8ebe504e79fac3612e..5e46157e40e046268f3a86ae4930be3a0f073e7d 100644 (file)
@@ -11,7 +11,7 @@ package org.opendaylight.netconf.topology.singleton.messages.transactions;
 import org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType;
 import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier;
 
-public class DeleteRequest implements TransactionRequest {
+public class DeleteRequest implements WriteActorMessage {
     private static final long serialVersionUID = 1L;
 
     private final LogicalDatastoreType store;