Fix javadocs and enable doclint
[controller.git] / opendaylight / md-sal / sal-dom-api / src / main / java / org / opendaylight / controller / md / sal / dom / api / DOMDataWriteTransaction.java
index b8fe26387bf59bcd8d7c06d797b53a8f01c72cb5..76999ec5d4e920705fc5ce43034a5a8d41b5c2d6 100644 (file)
@@ -19,6 +19,9 @@ import org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode;
  */
 public interface DOMDataWriteTransaction extends AsyncWriteTransaction<YangInstanceIdentifier, NormalizedNode<?, ?>> {
 
+    @Override
+    void delete(LogicalDatastoreType store, YangInstanceIdentifier path);
+
     /**
      * Stores a piece of data at the specified path. This acts as an add / replace
      * operation, which is to say that whole subtree will be replaced by the specified data.