Bug 8289 - 409 in cluster restperfclient test
[netconf.git] / netconf / netconf-topology-singleton / src / main / java / org / opendaylight / netconf / topology / singleton / messages / transactions / ExistsRequest.java
index b5fae5f02931f434babca317b12e22c33b77855d..9bce961fcd42935c5aaff699b402306bb9f1208a 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 ExistsRequest implements TransactionRequest {
+public class ExistsRequest implements ReadActorMessage {
     private static final long serialVersionUID = 1L;
 
     private final LogicalDatastoreType store;