Fixup Augmentable and Identifiable methods changing
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / protocol / deserialization / multipart / MultipartReplyPortStatsDeserializer.java
index 92f44a53f1a72250ec8eb17e6497232b34a9c4db..704a531b6af4456775212e86358e967bc5bfac34 100644 (file)
@@ -71,7 +71,7 @@ public class MultipartReplyPortStatsDeserializer implements OFDeserializer<Multi
             message.readBytes(collisionCount);
 
             items.add(itemBuilder
-                    .setKey(new NodeConnectorStatisticsAndPortNumberMapKey(itemBuilder.getNodeConnectorId()))
+                    .withKey(new NodeConnectorStatisticsAndPortNumberMapKey(itemBuilder.getNodeConnectorId()))
                     .setPackets(new PacketsBuilder()
                             .setReceived(new BigInteger(1, recPack))
                             .setTransmitted(new BigInteger(1, txPack))