Fix javadocs and enable doclint
[controller.git] / opendaylight / md-sal / sal-dom-spi / src / main / java / org / opendaylight / controller / sal / core / spi / data / DOMStoreWriteTransaction.java
index 0a090520f24dfd8ca94eac21a978c36bdac6eacc..1964fd41bd86657a6f68156ed21035f1ac016bb3 100644 (file)
@@ -18,7 +18,7 @@ public interface DOMStoreWriteTransaction extends DOMStoreTransaction {
      * specified path.
      *
      * If you need add or merge of current object with specified use
-     * {@link #merge(org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType, org.opendaylight.yangtools.concepts.Path, Object)}
+     * {@link #merge(YangInstanceIdentifier, NormalizedNode)}.
      *
      *
      * @param path
@@ -36,10 +36,6 @@ public interface DOMStoreWriteTransaction extends DOMStoreTransaction {
      * operation, which is to say that whole subtree will be replaced by
      * specified path.
      *
-     * If you need add or merge of current object with specified use
-     * {@link #merge(org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType, org.opendaylight.yangtools.concepts.Path, Object)}
-     *
-     *
      * @param path
      * @param data
      *            Data object to be written