mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +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()
|
||||
.setParent(historyEntry)
|
||||
.setRegistrarId(domain.getCreationRegistrarId())
|
||||
.setEventTime((DateTime.parse("1999-01-05T00:00:00Z")))
|
||||
.setEventTime(DateTime.parse("1999-01-05T00:00:00Z"))
|
||||
.setFlags(ImmutableSet.of(AUTO_RENEW))
|
||||
.setId(2L)
|
||||
.setReason(Reason.RENEW)
|
||||
|
||||
Reference in New Issue
Block a user