mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02: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:
parent
aa35d74900
commit
2b2a00216f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue