TSC-101: Fixup Augmentable and Identifiable methods change
[ovsdb.git] / southbound / southbound-impl / src / main / java / org / opendaylight / ovsdb / southbound / ovsdb / transact / AutoAttachUpdateCommand.java
index f1e5e7a0b39dc62e04ca97ec4b737fe3f32da5ef..06ec6bdb2952d095be8dd4a2d1fbe0dfc3085883 100644 (file)
@@ -91,7 +91,7 @@ public class AutoAttachUpdateCommand implements TransactCommand {
             }
 
             final OvsdbNodeAugmentation currentOvsdbNode =
-                    state.getBridgeNode(iid).get().getAugmentation(OvsdbNodeAugmentation.class);
+                    state.getBridgeNode(iid).get().augmentation(OvsdbNodeAugmentation.class);
             final List<Autoattach> currentAutoAttach = currentOvsdbNode.getAutoattach();
             for (final Autoattach autoAttach : autoAttachList) {
                 final AutoAttach autoAttachWrapper =