mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 17:07:15 +02:00
Remove an unnecessary constructor
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=137539751
This commit is contained in:
parent
4ae9f6a107
commit
b3a166b0c4
1 changed files with 0 additions and 2 deletions
|
@ -151,8 +151,6 @@ public class RegistrarBillingEntry extends ImmutableObject implements Jsonifiabl
|
|||
@Nullable
|
||||
private RegistrarBillingEntry previous;
|
||||
|
||||
public Builder() {}
|
||||
|
||||
public Builder setParent(Registrar parent) {
|
||||
getInstance().parent = Key.create(parent);
|
||||
return this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue