Removed DataChangeListener in favour of DataTreeChangeListener
[mdsal.git] / common / mdsal-common-api / src / main / java / org / opendaylight / mdsal / common / api / AsyncWriteTransaction.java
index 21ad979195b71f9edf1ab3110ae22cbd23b622a2..241c9dd882741a20dcfeb5aaae01edef7db4e11c 100644 (file)
@@ -133,8 +133,8 @@ public interface AsyncWriteTransaction<P extends Path<P>, D> extends AsyncTransa
      * Whether or not the commit is successful is determined by versioning of the data tree and
      * validation of registered commit participants if the transaction changes the data tree.
      * <p>
-     * The effects of a successful commit of data depends on data change listeners (
-     * {@link AsyncDataChangeListener}) and commit participants that are registered with the data
+     * The effects of a successful commit of data depends on listeners 
+     * and commit participants that are registered with the data
      * broker.
      * <p>
      * <h3>Example usage:</h3>