BUG-4236: resolve TODOs - part 1
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / statistics / StatisticsGatheringUtils.java
index b6ce236a5e9fff4086ddd3e47847c5c54fdc5499..dbab8f8bd459fced46a66bfe05bb346dda4310fe 100644 (file)
@@ -114,7 +114,6 @@ public final class StatisticsGatheringUtils {
     public static ListenableFuture<Boolean> gatherStatistics(final StatisticsGatherer statisticsGatheringService,
                                                              final DeviceContext deviceContext,
                                                              final MultipartType type) {
-        //FIXME : anytype listener must not be send as parameter, it has to be extracted from device context inside service
         final String deviceId = deviceContext.getPrimaryConnectionContext().getNodeId().toString();
         EventIdentifier wholeProcessEventIdentifier = null;
         if (MultipartType.OFPMPFLOW.equals(type)) {