Fixup Augmentable and Identifiable methods changing
[openflowplugin.git] / openflowplugin / src / main / java / org / opendaylight / openflowplugin / openflow / md / core / extension / MatchExtensionHelper.java
index 9b26310f4f2bbc35dafa681709640fbac25c40dd..5c69627baa3e28cdb4a3af2ecf91835400e5a799 100644 (file)
@@ -76,7 +76,7 @@ public final class MatchExtensionHelper {
         }
 
         final GeneralAugMatchNodesNodeTableFlowBuilder builder = Optional
-                .ofNullable(matchBuilder.getAugmentation(GeneralAugMatchNodesNodeTableFlow.class))
+                .ofNullable(matchBuilder.augmentation(GeneralAugMatchNodesNodeTableFlow.class))
                 .map(GeneralAugMatchNodesNodeTableFlowBuilder::new)
                 .orElse(new GeneralAugMatchNodesNodeTableFlowBuilder().setExtensionList(new ArrayList<>()));