mirror of
https://github.com/google/nomulus.git
synced 2025-05-16 01:17:14 +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
|
@Nullable
|
||||||
private RegistrarBillingEntry previous;
|
private RegistrarBillingEntry previous;
|
||||||
|
|
||||||
public Builder() {}
|
|
||||||
|
|
||||||
public Builder setParent(Registrar parent) {
|
public Builder setParent(Registrar parent) {
|
||||||
getInstance().parent = Key.create(parent);
|
getInstance().parent = Key.create(parent);
|
||||||
return this;
|
return this;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue