mirror of
https://github.com/google/nomulus
synced 2026-01-05 13:07:04 +00:00
Remove an unnecessary constructor
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=137539751
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user