Update multipart request services for single layer
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / statistics / services / direct / singlelayer / SingleLayerDirectStatisticsProviderInitializer.java
index 97499406792f279a2445b956e8802f8e85c822ac..d6222dd819ff66efd452781ff102c2b567286bc3 100644 (file)
@@ -35,7 +35,7 @@ public class SingleLayerDirectStatisticsProviderInitializer {
 
         provider.register(AbstractFlowDirectStatisticsService.class, new FlowDirectStatisticsService(
             requestContextStack, deviceContext, convertorExecutor, statisticsWriterProvider));
-        provider.register(AbstractGroupDirectStatisticsService.class, new FlowDirectStatisticsService(
+        provider.register(AbstractGroupDirectStatisticsService.class, new GroupDirectStatisticsService(
             requestContextStack, deviceContext, convertorExecutor, statisticsWriterProvider));
         provider.register(AbstractMeterDirectStatisticsService.class, new MeterDirectStatisticsService(
             requestContextStack, deviceContext, convertorExecutor, statisticsWriterProvider));