mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Use Immutable types for static final fields
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=149260890
This commit is contained in:
parent
65fb0aee6a
commit
c0e195e144
2 changed files with 2 additions and 3 deletions
|
@ -98,7 +98,7 @@ public final class DomainCheckFlow implements Flow {
|
|||
* The TLD states during which we want to report a domain with pending applications as
|
||||
* unavailable.
|
||||
*/
|
||||
private static final Set<TldState> PENDING_ALLOCATION_TLD_STATES =
|
||||
private static final ImmutableSet<TldState> PENDING_ALLOCATION_TLD_STATES =
|
||||
Sets.immutableEnumSet(TldState.GENERAL_AVAILABILITY, TldState.QUIET_PERIOD);
|
||||
|
||||
@Inject ResourceCommand resourceCommand;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue