Fix remaining CS warnings in sal-distributed-datastore
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / databroker / actors / dds / DistributedDataStoreClient.java
index 0d22d564fe4270830668c56929013e4f67a2840b..273fd89919848a824b3945b03617ca7c07cf76ee 100644 (file)
@@ -16,6 +16,7 @@ import org.opendaylight.yangtools.concepts.Identifiable;
  * Client interface for interacting with the frontend actor. This interface is the primary access point through
  * which the DistributedDataStore frontend interacts with backend Shards.
  *
+ * <p>
  * Keep this interface as clean as possible, as it needs to be implemented in thread-safe and highly-efficient manner.
  *
  * @author Robert Varga