BUG-5280: add SimpleDataStoreClientBehavior
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / databroker / actors / dds / GetClientRequest.java
index 2b6785496ebee2b7e2d4b78e7a5beb71d3cc2469..db9142474720fea4b37d8cc55a85e686afc5a14f 100644 (file)
@@ -11,7 +11,7 @@ import akka.actor.ActorRef;
 import com.google.common.base.Preconditions;
 
 /**
- * Request the ClientIdentifier from a particular actor. Response is an instance of {@link DistributedDataStoreClient}.
+ * Request the ClientIdentifier from a particular actor. Response is an instance of {@link DataStoreClient}.
  *
  * @author Robert Varga
  */