Remove genius/tools and genius/srm
[genius.git] / mdsalutil / mdsalutil-api / src / main / java / org / opendaylight / genius / datastoreutils / AsyncDataTreeChangeListenerBase.java
index a3278a3e6fdbd3041fa267ba33fbf4a3db22779b..bb09c7cf998d155fc842fbea1a767ba7ffb759e4 100644 (file)
@@ -18,11 +18,11 @@ import org.opendaylight.controller.md.sal.binding.api.DataTreeChangeListener;
 import org.opendaylight.controller.md.sal.binding.api.DataTreeIdentifier;
 import org.opendaylight.controller.md.sal.binding.api.DataTreeModification;
 import org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType;
-import org.opendaylight.genius.tools.mdsal.listener.ChainableDataTreeChangeListener;
-import org.opendaylight.genius.tools.mdsal.listener.ChainableDataTreeChangeListenerImpl;
 import org.opendaylight.genius.utils.SuperTypeUtil;
 import org.opendaylight.infrautils.metrics.MetricProvider;
 import org.opendaylight.infrautils.utils.concurrent.Executors;
+import org.opendaylight.serviceutils.tools.mdsal.listener.ChainableDataTreeChangeListener;
+import org.opendaylight.serviceutils.tools.mdsal.listener.ChainableDataTreeChangeListenerImpl;
 import org.opendaylight.yangtools.concepts.ListenerRegistration;
 import org.opendaylight.yangtools.yang.binding.DataObject;
 import org.opendaylight.yangtools.yang.binding.InstanceIdentifier;
@@ -32,7 +32,7 @@ import org.slf4j.LoggerFactory;
 /**
  * Deprecated DS listener.
  * @deprecated Please use
- * {@link org.opendaylight.genius.tools.mdsal.listener.AbstractAsyncDataTreeChangeListener} instead of this!
+ * {@link org.opendaylight.serviceutils.tools.mdsal.listener.AbstractAsyncDataTreeChangeListener} instead of this!
  */
 @Deprecated
 public abstract class AsyncDataTreeChangeListenerBase<T extends DataObject, K extends DataTreeChangeListener<T>>