mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 08:57:12 +02:00
Remove useless status in DomainDeleteFlow
Domains can't have LINKED status. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140389416
This commit is contained in:
parent
82f6146468
commit
bc491fda75
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ import org.joda.time.DateTime;
|
|||
public final class DomainDeleteFlow implements TransactionalFlow {
|
||||
|
||||
private static final ImmutableSet<StatusValue> DISALLOWED_STATUSES = ImmutableSet.of(
|
||||
StatusValue.LINKED,
|
||||
StatusValue.CLIENT_DELETE_PROHIBITED,
|
||||
StatusValue.PENDING_DELETE,
|
||||
StatusValue.SERVER_DELETE_PROHIBITED);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue