Bump upstreams for Silicon
[netvirt.git] / vpnmanager / impl / src / main / java / org / opendaylight / netvirt / vpnmanager / iplearn / LearntVpnVipToPortEventProcessor.java
index be4fdf7d2cfca975dfc37c81982192249755667f..eec6791558b13436e684acc97e9e2b439571c6f7 100644 (file)
@@ -237,7 +237,7 @@ public class LearntVpnVipToPortEventProcessor
                 adjacencyList.add(newAdjBuilder.build());
                 Adjacencies aug = VpnUtil.getVpnInterfaceAugmentation(adjacencyList);
                 VpnInterface newVpnIntf = new VpnInterfaceBuilder(optVpnInterface.get())
-                        .addAugmentation(Adjacencies.class, aug).build();
+                        .addAugmentation(aug).build();
                 SingleTransactionDataBroker.syncWrite(dataBroker, LogicalDatastoreType.CONFIGURATION, vpnIfId,
                     newVpnIntf, VpnUtil.SINGLE_TRANSACTION_BROKER_NO_RETRY);
                 LOG.debug(" Successfully stored subnetroute Adjacency into VpnInterface {}", vpnInterface);