Committed by
Gerrit Code Review
Remove misleading todo comment
This patch relates to ONOS-3279. Change-Id: I58d758dafa6e04fca0979d9a478078b03f51b5a1
Showing
1 changed file
with
0 additions
and
3 deletions
... | @@ -55,9 +55,6 @@ public final class ResourceManager implements ResourceService, ResourceAdminServ | ... | @@ -55,9 +55,6 @@ public final class ResourceManager implements ResourceService, ResourceAdminServ |
55 | checkNotNull(consumer); | 55 | checkNotNull(consumer); |
56 | checkNotNull(resources); | 56 | checkNotNull(resources); |
57 | 57 | ||
58 | - // TODO: implement support of resource hierarchy | ||
59 | - // allocation for a particular resource implies allocations for all of the sub-resources need to be done | ||
60 | - | ||
61 | boolean success = store.allocate(resources, consumer); | 58 | boolean success = store.allocate(resources, consumer); |
62 | if (!success) { | 59 | if (!success) { |
63 | return ImmutableList.of(); | 60 | return ImmutableList.of(); | ... | ... |
-
Please register or login to post a comment