diff --git a/java/google/registry/model/registrar/Registrar.java b/java/google/registry/model/registrar/Registrar.java index c38d27950..46aee314b 100644 --- a/java/google/registry/model/registrar/Registrar.java +++ b/java/google/registry/model/registrar/Registrar.java @@ -316,7 +316,7 @@ public class Registrar extends ImmutableObject implements Buildable, Jsonifiable CurrencyUnit currency; String accountId; - BillingAccountEntry() {}; + BillingAccountEntry() {} BillingAccountEntry(CurrencyUnit currency, String accountId) { this.accountId = accountId;