Migrate off deprecated APIs, to mdsal.binding.api.DataBroker
[unimgr.git] / ovs-driver / src / main / java / org / opendaylight / unimgr / mef / nrp / ovs / util / OvsCapabilitiesService.java
index 53756ac9158d893b496efcdc38747abb1e34e8d6..1fcb955750918864eae8fd452d7dd4470ce58d53 100644 (file)
@@ -1,12 +1,20 @@
+/*
+ * Copyright (c) 2018 Cisco Systems Inc and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * 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.unimgr.mef.nrp.ovs.util;
 
-import org.opendaylight.controller.md.sal.binding.api.DataBroker;
+import java.util.function.BiFunction;
+
+import org.opendaylight.mdsal.binding.api.DataBroker;
 import org.opendaylight.unimgr.utils.CapabilitiesService;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbBridgeAugmentation;
 import org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.network.topology.topology.Node;
 
-import java.util.function.BiFunction;
-
 /**
  * @author bartosz.michalik@amartus.com
  */