summaryrefslogtreecommitdiff
path: root/api/api.go
diff options
context:
space:
mode:
author Michael Wright <michaelwr@google.com> 2022-02-04 20:45:04 +0000
committer Michael Wright <michaelwr@google.com> 2022-02-04 21:17:09 +0000
commit400ea8828105f6ce564fa48434ecf5116cf68f93 (patch)
tree07149ebbea67cba4af3cf27a4448fafc285a05a2 /api/api.go
parent5c97595aafa51cd11c609afe31a848f20cf908ee (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