Fix checkstyle violations in sal-dom-spi
[controller.git] / opendaylight / md-sal / sal-dom-spi / src / main / java / org / opendaylight / controller / sal / core / spi / data / AbstractDOMStoreTransaction.java
index fba643d8f9296560beea9aec25c2a9094e8d875f..4131efc65bb5f51f3880b5f96ae409c93b8f45a3 100644 (file)
@@ -17,9 +17,11 @@ import javax.annotation.Nullable;
 /**
  * Abstract DOM Store Transaction.
  *
+ * <p>
  * Convenience super implementation of DOM Store transaction which provides
  * common implementation of {@link #toString()} and {@link #getIdentifier()}.
  *
+ * <p>
  * It can optionally capture the context where it was allocated.
  *
  * @param <T> identifier type