Declare types in ImmutableSet.of() usage

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=167625611
This commit is contained in:
bbilbo 2017-09-05 13:48:02 -07:00 committed by jianglai
parent fa70bd272a
commit 57bcd6b1eb
4 changed files with 9 additions and 7 deletions

View file

@ -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);