mirror of
https://github.com/google/nomulus.git
synced 2025-06-28 07:13:34 +02:00
Rename whitelist -> allow list (#635)
* Rename whitelist -> allow list * Merge branch 'master' into allowlist-denylist
This commit is contained in:
parent
f7ca068f8e
commit
23310bd688
91 changed files with 448 additions and 453 deletions
|
@ -137,7 +137,7 @@ used extensively throughout the codebase:
|
|||
a loop.
|
||||
* With the `of` method: used when constructing the collection with a
|
||||
handful of elements. Most commonly used when creating collections
|
||||
representing constants, like lookup tables or whitelists.
|
||||
representing constants, like lookup tables or allow lists.
|
||||
* With the `copyOf` method: used when constructing the method from a
|
||||
reference to another collection. Used to defensively copy a mutable
|
||||
collection (like a return value from an external library) to an
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue