mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Declare types in ImmutableSet.of() usage
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=167625611
This commit is contained in:
parent
fa70bd272a
commit
57bcd6b1eb
4 changed files with 9 additions and 7 deletions
|
@ -277,7 +277,7 @@ public class DomainResource extends DomainBase
|
|||
transferData.getServerApproveBillingEvent())));
|
||||
} else {
|
||||
// There won't be a billing event, so we don't need a grace period
|
||||
builder.setGracePeriods(ImmutableSet.of());
|
||||
builder.setGracePeriods(ImmutableSet.<GracePeriod>of());
|
||||
}
|
||||
// Set all remaining transfer properties.
|
||||
setAutomaticTransferSuccessProperties(builder, transferData);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue