mirror of
https://github.com/google/nomulus
synced 2026-01-08 07:11:44 +00:00
Fix style warning (#1643)
THe build is giving a style warning over the extra parens.
This commit is contained in:
@@ -117,7 +117,7 @@ public class DomainPricingLogicTest {
|
|||||||
new BillingEvent.Recurring.Builder()
|
new BillingEvent.Recurring.Builder()
|
||||||
.setParent(historyEntry)
|
.setParent(historyEntry)
|
||||||
.setRegistrarId(domain.getCreationRegistrarId())
|
.setRegistrarId(domain.getCreationRegistrarId())
|
||||||
.setEventTime((DateTime.parse("1999-01-05T00:00:00Z")))
|
.setEventTime(DateTime.parse("1999-01-05T00:00:00Z"))
|
||||||
.setFlags(ImmutableSet.of(AUTO_RENEW))
|
.setFlags(ImmutableSet.of(AUTO_RENEW))
|
||||||
.setId(2L)
|
.setId(2L)
|
||||||
.setReason(Reason.RENEW)
|
.setReason(Reason.RENEW)
|
||||||
|
|||||||
Reference in New Issue
Block a user