Sho SHIMIZU
Committed by Gerrit Code Review

Remove misleading todo comment

This patch relates to ONOS-3279.

Change-Id: I58d758dafa6e04fca0979d9a478078b03f51b5a1
......@@ -55,9 +55,6 @@ public final class ResourceManager implements ResourceService, ResourceAdminServ
checkNotNull(consumer);
checkNotNull(resources);
// TODO: implement support of resource hierarchy
// allocation for a particular resource implies allocations for all of the sub-resources need to be done
boolean success = store.allocate(resources, consumer);
if (!success) {
return ImmutableList.of();
......