OPNFLWPLUG-1032: Neon-MRI: Bump odlparent, yangtools, mdsal
[openflowplugin.git] / applications / arbitratorreconciliation / impl / src / main / java / org / opendaylight / openflowplugin / applications / arbitratorreconciliation / impl / ArbitratorReconciliationManagerImpl.java
index cbf75d6f8a188e05ad975f387d1bad3b676c5adb..17e1cecf6a5ababfffac4a2143321e7b098fc188 100644 (file)
@@ -258,7 +258,7 @@ public class ArbitratorReconciliationManagerImpl implements ArbitratorReconcileS
         public Boolean call() {
             InstanceIdentifier<FlowCapableNode> nodeIdentity = deviceInfo.getNodeInstanceIdentifier()
                     .augmentation(FlowCapableNode.class);
-            String node = nodeIdentity.firstKeyOf(Node.class, NodeKey.class).getId().getValue();
+            String node = nodeIdentity.firstKeyOf(Node.class).getId().getValue();
             BundleId bundleIdValue = new BundleId(BUNDLE_ID.getAndIncrement());
             LOG.debug("Triggering arbitrator reconciliation for device :{}", node);
             final NodeRef nodeRef = new NodeRef(nodeIdentity.firstIdentifierOf(Node.class));