mirror of
https://github.com/google/nomulus
synced 2026-01-04 04:04:22 +00:00
Mark DomainDeleteFlow final like all the other flows
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=134101058
This commit is contained in:
@@ -82,7 +82,7 @@ import org.joda.time.DateTime;
|
||||
* @error {@link DomainDeleteFlow.DomainToDeleteHasHostsException}
|
||||
* @error {@link DomainFlowUtils.NotAuthorizedForTldException}
|
||||
*/
|
||||
public class DomainDeleteFlow extends LoggedInFlow implements TransactionalFlow {
|
||||
public final class DomainDeleteFlow extends LoggedInFlow implements TransactionalFlow {
|
||||
|
||||
private static final ImmutableSet<StatusValue> DISALLOWED_STATUSES = ImmutableSet.of(
|
||||
StatusValue.LINKED,
|
||||
|
||||
Reference in New Issue
Block a user