Fix checkstyle impl/common and impl/configuration
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / configuration / OpenFlowProviderConfigImpl.java
index 0fc9f1d13efbb2c60db49a41eb030189e48e736a..e91cef4059c1cc29f58fb470a0c878e9750fc119 100644 (file)
@@ -132,7 +132,9 @@ 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(java.lang.Class<E> augmentationType) {
+    public <E extends Augmentation<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang
+            .openflow.provider.config.rev160510.OpenflowProviderConfig>> E getAugmentation(
+                    java.lang.Class<E> augmentationType) {
         return null;
     }