diff --git a/java/google/registry/model/registry/Registry.java b/java/google/registry/model/registry/Registry.java index 52f1bb088..b9a34b5db 100644 --- a/java/google/registry/model/registry/Registry.java +++ b/java/google/registry/model/registry/Registry.java @@ -571,7 +571,6 @@ public class Registry extends ImmutableObject implements Buildable { return nullToEmptyImmutableCopy(allowedFullyQualifiedHostNames); } - @Nullable public Interval getLrpPeriod() { return (lrpPeriodStart == null && lrpPeriodEnd == null) ? new Interval(START_OF_TIME, Duration.ZERO)