Removed DataChangeListener in favour of DataTreeChangeListener
[mdsal.git] / binding / mdsal-binding-api / src / main / java / org / opendaylight / mdsal / binding / api / DataTreeChangeListener.java
index ebffe90c0b41fd3edbb1f83ea362f41b2904f50b..1c28e8705f3f7e781f20da62cea862d9245854f0 100644 (file)
@@ -14,8 +14,7 @@ import org.opendaylight.yangtools.yang.binding.DataObject;
 
 /**
  * Interface implemented by classes interested in receiving notifications about
- * data tree changes. This interface differs from {@link DataChangeListener}
- * in that it provides a cursor-based view of the change, which has potentially
+ * data tree changes. It provides a cursor-based view of the change, which has potentially
  * lower overhead and allow more flexible consumption of change event.
  */
 public interface DataTreeChangeListener<T extends DataObject> extends EventListener {