Fix checkstyle warnings
[openflowplugin.git] / openflowplugin-api / src / main / java / org / opendaylight / openflowplugin / api / openflow / md / AbstractModelDrivenSwitchRegistration.java
index e710c608aa54f47f9260bf3c256367d2c0751c24..2672c08f210bfb1b572029a62f8289be47e2eebc 100644 (file)
@@ -9,8 +9,9 @@ package org.opendaylight.openflowplugin.api.openflow.md;
 
 import org.opendaylight.yangtools.concepts.AbstractObjectRegistration;
 
-public abstract class AbstractModelDrivenSwitchRegistration extends AbstractObjectRegistration<ModelDrivenSwitch>
-    implements ModelDrivenSwitchRegistration {
+public abstract class AbstractModelDrivenSwitchRegistration
+        extends AbstractObjectRegistration<ModelDrivenSwitch>
+        implements ModelDrivenSwitchRegistration {
 
     protected AbstractModelDrivenSwitchRegistration(final ModelDrivenSwitch instance) {
         super(instance);