Fix a javadoc warning about empty paragraph
[mdsal.git] / common / mdsal-common-api / src / main / java / org / opendaylight / mdsal / common / api / AsyncWriteTransaction.java
index 21ad979195b71f9edf1ab3110ae22cbd23b622a2..06d71ed2e26ab53ea1232a5eecd68cbbae20941d 100644 (file)
@@ -133,10 +133,9 @@ 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>
      *
      * <pre>