Fixup Augmentable and Identifiable methods changing
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / configuration / OpenFlowProviderConfigImpl.java
index 1adf381f778f5b5bd0b057552c35446f1cc2b662..02e7c4060d1837c2b7d49b0d11b28944ae1fc570 100644 (file)
@@ -169,7 +169,7 @@ public class OpenFlowProviderConfigImpl implements OpenflowProviderConfig {
 
     @Override
     public <E extends Augmentation<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang
-            .openflow.provider.config.rev160510.OpenflowProviderConfig>> E getAugmentation(
+            .openflow.provider.config.rev160510.OpenflowProviderConfig>> E augmentation(
                     java.lang.Class<E> augmentationType) {
         return null;
     }