Fixup Augmentable and Identifiable methods changing
[neutron.git] / neutron-hostconfig / utils / src / main / java / org / opendaylight / neutron / hostconfig / utils / NeutronHostconfigUtils.java
index c42aa0d4020488fd221f873181b8361366937782..b8090a263e239095dc954ff349f25bf1c36f1bfb 100644 (file)
@@ -75,6 +75,6 @@ public class NeutronHostconfigUtils {
 
     private InstanceIdentifier<Hostconfig> createInstanceIdentifier(Hostconfig hostconfig) {
         return InstanceIdentifier.create(Neutron.class).child(Hostconfigs.class)
-                .child(Hostconfig.class, hostconfig.getKey());
+                .child(Hostconfig.class, hostconfig.key());
     }
 }