Fixup Augmentable and Identifiable methods changing
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / protocol / deserialization / multipart / TableFeaturesMatchFieldDeserializer.java
index d12680eba399bf9c22f1cda11ef76004cccb5929..f3a6b8aede88d442f49f0eeb70bab06461234ef1 100644 (file)
@@ -269,7 +269,7 @@ public class TableFeaturesMatchFieldDeserializer {
         return Optional
                 .ofNullable(codeToFieldMap.get(key))
                 .map(clazz -> processHeader(message)
-                        .setKey(new SetFieldMatchKey(clazz))
+                        .withKey(new SetFieldMatchKey(clazz))
                         .setMatchType(clazz)
                         .build());
     }