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 106abca3ec44fd674c54dfe282a8eb8c73ba7ff0..4131efc65bb5f51f3880b5f96ae409c93b8f45a3 100644 (file)
@@ -17,12 +17,14 @@ 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.
  *
- * <T> identifier type
+ * @param <T> identifier type
  */
 @Beta
 public abstract class AbstractDOMStoreTransaction<T> implements DOMStoreTransaction {