X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin-impl%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fopenflowplugin%2Fimpl%2Fstatistics%2FStatisticsGatheringUtils.java;h=7c1128b93f64e7c616f94b5f719f19657f8dcf67;hb=refs%2Fchanges%2F24%2F72524%2F3;hp=470e73bba4baeeefbaef9f60874fcdcb5bc252b4;hpb=b33b612f863b9d305c29454cc93757cfc6fc3323;p=openflowplugin.git diff --git a/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/statistics/StatisticsGatheringUtils.java b/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/statistics/StatisticsGatheringUtils.java index 470e73bba4..7c1128b93f 100755 --- a/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/statistics/StatisticsGatheringUtils.java +++ b/openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/statistics/StatisticsGatheringUtils.java @@ -183,7 +183,7 @@ public final class StatisticsGatheringUtils { for (final Table tableData : flowCapNodeOpt.get().getTable()) { final Table table = new TableBuilder(tableData).setFlow(Collections.emptyList()).build(); final InstanceIdentifier iiToTable = instanceIdentifier - .child(Table.class, tableData.getKey()); + .child(Table.class, tableData.key()); txFacade.writeToTransaction(LogicalDatastoreType.OPERATIONAL, iiToTable, table); } }