Remove spurious @Nullable

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=136160050
This commit is contained in:
cgoldfeder
2016-10-14 17:00:33 -04:00
committed by Ben McIlwain
parent 103a998c6a
commit 17475fe7e8
@@ -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)