1
0
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:
cgoldfeder
2016-10-28 12:27:37 -07:00
committed by Ben McIlwain
parent 4ae9f6a107
commit b3a166b0c4

View File

@@ -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;