Sho SHIMIZU
Committed by Gerrit Code Review

Remove obsolete ToDo comment

Change-Id: I6343d0dc528eef5e2446eea6c9f370dcaf6ed7e9
......@@ -63,6 +63,5 @@ public interface ResourceAdminService {
* @return true if unregistration is successfully done, false otherwise. Unregistration
* succeeds when each resource is not registered or unallocated.
*/
// TODO: might need to change the first argument type to ResourceId
boolean unregister(List<ResourceId> ids);
}
......