Fix onDataTreeChanged() references
[mdsal.git] / dom / mdsal-dom-api / src / main / java / org / opendaylight / mdsal / dom / api / DOMDataTreeChangeListener.java
index d3d78a795486316c950a19dbbab2428d2f4d88ba..0c0aeb23e6a07277d5bd67458978396142d7e526 100644 (file)
@@ -42,8 +42,8 @@ public interface DOMDataTreeChangeListener extends EventListener {
 
     /**
      * 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