Fixup Augmentable and Identifiable methods changing
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / multipart / MultipartRequestTableFeaturesSerializerTest.java
index d89f30c72ec78e0653fcb088144d9238d0775fbd..4fddccaeeb961e0a3dfb1712ba4585094779de90 100644 (file)
@@ -59,7 +59,7 @@ public class MultipartRequestTableFeaturesSerializerTest extends AbstractSeriali
                     .setTableProperties(new TablePropertiesBuilder()
                             .setTableFeatureProperties(Collections.singletonList(new TableFeaturePropertiesBuilder()
                                     .setOrder(0)
-                                    .setKey(new TableFeaturePropertiesKey(0))
+                                    .withKey(new TableFeaturePropertiesKey(0))
                                     .setTableFeaturePropType(NEXT_TABLE)
                                     .build()))
                             .build())