File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
algoliasearch/src/main/java/com/algolia/model Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public TimeRange setFrom(Long from) {
22
22
}
23
23
24
24
/** When the rule should start to be active, in Unix epoch time. */
25
- @ javax .annotation .Nonnull
25
+ @ javax .annotation .Nullable
26
26
public Long getFrom () {
27
27
return from ;
28
28
}
@@ -33,7 +33,7 @@ public TimeRange setUntil(Long until) {
33
33
}
34
34
35
35
/** When the rule should stop to be active, in Unix epoch time. */
36
- @ javax .annotation .Nonnull
36
+ @ javax .annotation .Nullable
37
37
public Long getUntil () {
38
38
return until ;
39
39
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public TimeRange setFrom(Long from) {
22
22
}
23
23
24
24
/** When the rule should start to be active, in Unix epoch time. */
25
- @ javax .annotation .Nonnull
25
+ @ javax .annotation .Nullable
26
26
public Long getFrom () {
27
27
return from ;
28
28
}
@@ -33,7 +33,7 @@ public TimeRange setUntil(Long until) {
33
33
}
34
34
35
35
/** When the rule should stop to be active, in Unix epoch time. */
36
- @ javax .annotation .Nonnull
36
+ @ javax .annotation .Nullable
37
37
public Long getUntil () {
38
38
return until ;
39
39
}
You can’t perform that action at this time.
0 commit comments