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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user