mirror of
https://github.com/google/nomulus
synced 2026-01-08 23:23:32 +00:00
Declare types in ImmutableSet.of() usage
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=167625611
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user