Fix javadocs and enable doclint
[controller.git] / opendaylight / md-sal / sal-binding-api / src / main / java / org / opendaylight / controller / md / sal / binding / api / DataTreeChangeService.java
index 9d12e449169d74e89663f727ad37476582f2065d..f899eb13e42886807cfe2e57c920c89f805dc71b 100644 (file)
@@ -12,7 +12,7 @@ import org.opendaylight.yangtools.concepts.ListenerRegistration;
 import org.opendaylight.yangtools.yang.binding.DataObject;
 
 /**
- * A {@link DOMService} which allows users to register for changes to a
+ * A {@link BindingService} which allows users to register for changes to a
  * subtree.
  */
 public interface DataTreeChangeService extends BindingService {
@@ -52,4 +52,4 @@ public interface DataTreeChangeService extends BindingService {
      *         delivery of change events.
      */
     @Nonnull <T extends DataObject,L extends DataTreeChangeListener<T>> ListenerRegistration<L> registerDataTreeChangeListener(@Nonnull DataTreeIdentifier<T> treeId, @Nonnull L listener);
-}
\ No newline at end of file
+}