Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrizzio-dotCMS committed Jun 30, 2023
1 parent 3d962f4 commit 5d328b6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ default String language() {
}

@JsonProperty("live")
boolean live();
@Value.Default
default boolean live() { return false; }
}

0 comments on commit 5d328b6

Please sign in to comment.