Fixup Augmentable and Identifiable methods changing
[netvirt.git] / aclservice / impl / src / main / java / org / opendaylight / netvirt / aclservice / listeners / AclEventListener.java
index bd437ecdd48151cf2f69ecbb77192213756ffc7c..f97fa81a4716caae9f3f48394ad99d457fd8da9c 100644 (file)
@@ -178,7 +178,7 @@ public class AclEventListener extends AsyncDataTreeChangeListenerBase<Acl, AclEv
             return;
         }
         for (Ace ace : aceList) {
-            SecurityRuleAttr aceAttributes = ace.getAugmentation(SecurityRuleAttr.class);
+            SecurityRuleAttr aceAttributes = ace.augmentation(SecurityRuleAttr.class);
             if (AclServiceUtils.doesAceHaveRemoteGroupId(aceAttributes)) {
                 if (action == AclServiceManager.Action.ADD) {
                     aclDataUtil.addRemoteAclId(aceAttributes.getRemoteGroupId(), new Uuid(aclName),