Bug 8289 - 409 in cluster restperfclient test
[netconf.git] / netconf / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / messages / transactions / MergeRequest.java
index 8c03023654f295393e791819cdf20cb3cf22dcf7..536d52172d1d3f07590f40223bea23f1c2d2a1fe 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.netconf.topology.singleton.messages.NormalizedNodeMessage;
 
-public class MergeRequest implements TransactionRequest {
+public class MergeRequest implements WriteActorMessage {
     private static final long serialVersionUID = 1L;
 
     private final NormalizedNodeMessage data;