Fixup Augmentable and Identifiable methods changing
[bgpcep.git] / bgp / rib-spi / src / main / java / org / opendaylight / protocol / bgp / rib / spi / AbstractRIBSupport.java
index f1e71d0da2988f3143b3813390e07e1de2884bbe..60f7998c6610e7bad3089fa1d2871dd40af1aa48 100644 (file)
@@ -145,7 +145,7 @@ public abstract class AbstractRIBSupport<
         this.tk = new TablesKey(afiClass, safiClass);
         //FIXME Use Route Case IId instead of Tables IId.
         this.emptyRoutes = (ChoiceNode) ((MapEntryNode) this.mappingService
-                .toNormalizedNode(TABLES_II, new TablesBuilder().setKey(tk)
+                .toNormalizedNode(TABLES_II, new TablesBuilder().withKey(tk)
                         .setRoutes(emptyRoutesCase()).build()).getValue())
                 .getChild(new NodeIdentifier(BindingReflections.findQName(Routes.class))).get();
         this.afiClass = afiClass;