1
0
mirror of https://github.com/google/nomulus synced 2026-01-08 07:11:44 +00:00

Remove spurious @Nullable

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=136160050
This commit is contained in:
cgoldfeder
2016-10-14 08:35:23 -07:00
committed by Ben McIlwain
parent 103a998c6a
commit 17475fe7e8

View File

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