diff options
author | 2022-02-04 20:45:04 +0000 | |
---|---|---|
committer | 2022-02-04 21:17:09 +0000 | |
commit | 400ea8828105f6ce564fa48434ecf5116cf68f93 (patch) | |
tree | 07149ebbea67cba4af3cf27a4448fafc285a05a2 /api/api.go | |
parent | 5c97595aafa51cd11c609afe31a848f20cf908ee (diff) |
Use correct contains method in PermissionManagerService.
Hashtable#contains(String) is actually pre-generics method that maps to
Hashtable#containsValue(V). In this case, PermissionManagerService
actually wants to know if it contains a given key as the values in the
map are not Strings at all.
Bug: 217923092
Test: errorprone build
Change-Id: I1f315d1051aaab3831eaca34e12fc9858ee9aeda
Diffstat (limited to 'api/api.go')
0 files changed, 0 insertions, 0 deletions