Fix javadocs and enable doclint
[controller.git] / opendaylight / md-sal / sal-dom-spi / src / main / java / org / opendaylight / controller / sal / core / spi / data / AbstractDOMStoreTransaction.java
index 106abca3ec44fd674c54dfe282a8eb8c73ba7ff0..fba643d8f9296560beea9aec25c2a9094e8d875f 100644 (file)
@@ -22,7 +22,7 @@ import javax.annotation.Nullable;
  *
  * 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 {