mirror of
https://github.com/google/nomulus
synced 2026-01-08 23:23:32 +00:00
Remove unnecessary semicolon after one-line constructor
It's causing a warning in Eclipse. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=151029304
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user