Fix onDataTreeChanged() references
[mdsal.git] / binding / mdsal-binding-api / src / main / java / org / opendaylight / mdsal / binding / api / DataTreeChangeListener.java
index 4b2ea06eda8e54bd05a844aea1216d62c00d59d2..95f9c03afd2e293b56303e0ad0a3c51d51ed3cf4 100644 (file)
@@ -47,8 +47,8 @@ public interface DataTreeChangeListener<T extends DataObject> extends EventListe
 
     /**
      * Invoked only once during registration of the listener if there was no data in the conceptual data tree
-     * for the supplied path, which was used to register this listener, and after this {@link #onDataTreeChanged}
-     * would always be invoked for data changes.
+     * for the supplied path, which was used to register this listener, and after this
+     * {@link #onDataTreeChanged(Collection)} would always be invoked for data changes.
      *
      * <p>
      * Default implementation does nothing and is appropriate for users who do not care about ascertaining