Fixup Augmentable and Identifiable methods changing
[openflowplugin.git] / applications / notification-supplier / src / main / java / org / opendaylight / openflowplugin / applications / notification / supplier / impl / item / stat / FlowTableStatNotificationSupplierImpl.java
index f854f0540868e10b55dd4533d7b696bc0130540e..755fb29ceb3c4a9e753fa32892028a031ed2f3b2 100644 (file)
@@ -59,7 +59,7 @@ public class FlowTableStatNotificationSupplierImpl extends
         Preconditions.checkArgument(path != null);
 
         final FlowTableAndStatisticsMapBuilder ftsmBuilder = new FlowTableAndStatisticsMapBuilder(flowTableStatistics);
-        ftsmBuilder.setKey(new FlowTableAndStatisticsMapKey(
+        ftsmBuilder.withKey(new FlowTableAndStatisticsMapKey(
                 new TableId(path.firstKeyOf(Table.class, TableKey.class).getId())));
 
         final FlowTableStatisticsUpdateBuilder builder = new FlowTableStatisticsUpdateBuilder();