diff options
author | 2021-08-27 17:00:10 +0100 | |
---|---|---|
committer | 2021-08-31 18:00:18 +0000 | |
commit | 611d71c6710613a69698a80d60de9725a513703d (patch) | |
tree | 080fec2740d793fc8cf61a5607c31ed51cec1b97 /libartbase/base/hiddenapi_flags.h | |
parent | 98f01d1deac3a938e49f0725c58798e38ef59277 (diff) |
Fix a few non-inclusive terms
Largely based on go/hiddenapi-list-renaming
Bug: 161336379
Test: TH
Change-Id: Iaa06eed26ab0cb9bb4e2995a148f3251386ad33d
Diffstat (limited to 'libartbase/base/hiddenapi_flags.h')
-rw-r--r-- | libartbase/base/hiddenapi_flags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libartbase/base/hiddenapi_flags.h b/libartbase/base/hiddenapi_flags.h index 3ece966266..64d3faeef1 100644 --- a/libartbase/base/hiddenapi_flags.h +++ b/libartbase/base/hiddenapi_flags.h @@ -75,7 +75,7 @@ namespace helper { /* * This class represents the information whether a field/method is in - * public API (whitelist) or if it isn't, apps targeting which SDK + * public API (SDK) or if it isn't, apps targeting which SDK * versions are allowed to access it. */ class ApiList { |