mirror of
https://github.com/google/nomulus
synced 2026-01-08 07:11:44 +00:00
Qualify the usage of ImmutableSet.of()
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=167718824
This commit is contained in:
@@ -176,7 +176,7 @@ public final class DomainTransferApproveFlow implements TransactionalFlow {
|
||||
(billingEvent.isPresent())
|
||||
? ImmutableSet.of(
|
||||
GracePeriod.forBillingEvent(GracePeriodStatus.TRANSFER, billingEvent.get()))
|
||||
: ImmutableSet.of())
|
||||
: ImmutableSet.<GracePeriod>of())
|
||||
.build();
|
||||
// Create a poll message for the gaining client.
|
||||
PollMessage gainingClientPollMessage = createGainingTransferPollMessage(
|
||||
|
||||
Reference in New Issue
Block a user