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 / LocalAbortable.java
index 5b0708f120aec2c3d5c6b543df7f3b26c0ec20b7..a6d86de0147cc4bb5a347670fe53041443e3c24d 100644 (file)
@@ -11,6 +11,7 @@ package org.opendaylight.controller.cluster.databroker.actors.dds;
  * Common interface for client histories and client transactions, which can be aborted immediately without replicating
  * the effect to the backend. This is needed for abrupt shutdowns.
  *
+ * <p>
  * Since classes which need to expose this functionality do not need a base class, this is an abstract class and not
  * an interface -- which allows us to not leak the {@link #localAbort(Throwable)} method.
  *