Fix checkstyle warnings for statistics package
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / statistics / services / direct / AbstractGroupDirectStatisticsService.java
index da900d543963f3bbe97557028678a7ee4d414e35..08f753a46adbca119559dfb1c71cf4c9102796c6 100644 (file)
@@ -27,7 +27,10 @@ public abstract class AbstractGroupDirectStatisticsService<T extends OfHeader>
                                                    final DeviceContext deviceContext,
                                                    final ConvertorExecutor convertorExecutor,
                                                    final MultipartWriterProvider statisticsWriterProvider) {
-        super(MultipartType.OFPMPGROUP, requestContextStack, deviceContext, convertorExecutor, statisticsWriterProvider);
+        super(MultipartType.OFPMPGROUP,
+                requestContextStack,
+                deviceContext,
+                convertorExecutor,
+                statisticsWriterProvider);
     }
-
 }