mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 12:08:36 +02:00
Fix style warning (#1643)
THe build is giving a style warning over the extra parens.
This commit is contained in:
parent
50891e0e72
commit
40df8ab2c0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue