Fix javadocs and enable doclint
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / data / DataModification.java
index f90098c95928f78611aafa47f1d26b5bc0f120e8..5356c56d8a9c1e48236a20a4553e269bbe19ec52 100644 (file)
@@ -85,11 +85,6 @@ public interface DataModification<P extends Path<P>, D> extends DataChange<P, D>
      * controller. It is assumed that Consumer has an understanding of this
      * changes.
      *
-     *
-     * @see DataCommitHandler for further information how two-phase commit is
-     *      processed.
-     * @param store
-     *            Identifier of the store, where commit should occur.
      * @return Result of the Commit, containing success information or list of
      *         encountered errors, if commit was not successful. The Future
      *         blocks until {@link TransactionStatus#COMMITED} or