mirror of
https://github.com/google/nomulus.git
synced 2025-05-16 17:37:13 +02:00
Remove spurious @Nullable
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136160050
This commit is contained in:
parent
103a998c6a
commit
17475fe7e8
1 changed files with 0 additions and 1 deletions
|
@ -571,7 +571,6 @@ public class Registry extends ImmutableObject implements Buildable {
|
||||||
return nullToEmptyImmutableCopy(allowedFullyQualifiedHostNames);
|
return nullToEmptyImmutableCopy(allowedFullyQualifiedHostNames);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Nullable
|
|
||||||
public Interval getLrpPeriod() {
|
public Interval getLrpPeriod() {
|
||||||
return (lrpPeriodStart == null && lrpPeriodEnd == null)
|
return (lrpPeriodStart == null && lrpPeriodEnd == null)
|
||||||
? new Interval(START_OF_TIME, Duration.ZERO)
|
? new Interval(START_OF_TIME, Duration.ZERO)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue