Migrate to MD-SAL APIs
[bgpcep.git] / bgp / topology-provider / src / main / java / org / opendaylight / bgpcep / bgp / topology / provider / spi / BgpTopologyDeployer.java
index bc6517887ccf3366359a13838193058ae3c76ad4..afe602f4a68f8056d3f5fd5d76ccc63e0f4c02ff 100644 (file)
@@ -5,11 +5,10 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.bgpcep.bgp.topology.provider.spi;
 
 import com.google.common.annotations.Beta;
-import org.opendaylight.controller.md.sal.binding.api.DataBroker;
+import org.opendaylight.mdsal.binding.api.DataBroker;
 import org.opendaylight.yangtools.concepts.AbstractRegistration;
 
 @Beta