1
0
mirror of https://github.com/google/nomulus synced 2026-01-04 04:04:22 +00:00

Rename whitelist -> allow list (#635)

* Rename whitelist -> allow list

* Merge branch 'master' into allowlist-denylist
This commit is contained in:
Ben McIlwain
2020-06-18 18:36:05 -04:00
committed by GitHub
parent 382c8014de
commit df8ce38796
91 changed files with 448 additions and 453 deletions

View File

@@ -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