Merge "Adding the Add/Remove ExternalEndpoint commands."
[genius.git] / interfacemanager / interfacemanager-impl / src / main / java / org / opendaylight / genius / interfacemanager / servicebindings / flowbased / state / helpers / FlowBasedEgressServicesStateUnbindHelper.java
index d2096485871207a19870c73b13b4d02fb875eb7e..ad7654f532d181c9fb74a69c125292b9346ef9c5 100644 (file)
@@ -106,7 +106,7 @@ public class FlowBasedEgressServicesStateUnbindHelper implements FlowBasedServic
         if(nodeConnectorId == null){
             return futures;
         }
-        BigInteger dpId = new BigInteger(IfmUtil.getDpnFromNodeConnectorId(nodeConnectorId));
+        BigInteger dpId = IfmUtil.getDpnFromNodeConnectorId(nodeConnectorId);
         Collections.sort(allServices, new Comparator<BoundServices>() {
             @Override
             public int compare(BoundServices serviceInfo1, BoundServices serviceInfo2) {