Add missing nullable annotation.
This commit is contained in:
parent
7f7714b7a3
commit
9c5b9a7150
@ -13,7 +13,7 @@ import java.time.OffsetDateTime;
|
|||||||
public class RecipeInfoView {
|
public class RecipeInfoView {
|
||||||
Integer id;
|
Integer id;
|
||||||
OffsetDateTime created;
|
OffsetDateTime created;
|
||||||
OffsetDateTime modified;
|
@Nullable OffsetDateTime modified;
|
||||||
String slug;
|
String slug;
|
||||||
String title;
|
String title;
|
||||||
@Nullable Integer preparationTime;
|
@Nullable Integer preparationTime;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user