Committed by
Gerrit Code Review
Remove obsolete ToDo comment
Change-Id: I6343d0dc528eef5e2446eea6c9f370dcaf6ed7e9
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -63,6 +63,5 @@ public interface ResourceAdminService { | ... | @@ -63,6 +63,5 @@ public interface ResourceAdminService { |
| 63 | * @return true if unregistration is successfully done, false otherwise. Unregistration | 63 | * @return true if unregistration is successfully done, false otherwise. Unregistration |
| 64 | * succeeds when each resource is not registered or unallocated. | 64 | * succeeds when each resource is not registered or unallocated. |
| 65 | */ | 65 | */ |
| 66 | - // TODO: might need to change the first argument type to ResourceId | ||
| 67 | boolean unregister(List<ResourceId> ids); | 66 | boolean unregister(List<ResourceId> ids); |
| 68 | } | 67 | } | ... | ... |
-
Please register or login to post a comment