Remove an unnecessary constructor

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=137539751
This commit is contained in:
cgoldfeder
2016-11-02 15:19:34 -04:00
committed by Ben McIlwain
parent 4ae9f6a107
commit b3a166b0c4
@@ -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;