|
@@ -17,7 +17,7 @@ import lombok.NoArgsConstructor;
|
|
|
|
|
|
|
|
@Data @AllArgsConstructor @NoArgsConstructor @EqualsAndHashCode(callSuper=false)
|
|
@Data @AllArgsConstructor @NoArgsConstructor @EqualsAndHashCode(callSuper=false)
|
|
|
public class Preparation extends Observable.Instance implements RecipeComponent {
|
|
public class Preparation extends Observable.Instance implements RecipeComponent {
|
|
|
- Duration duration;
|
|
|
|
|
|
|
+ Duration duration = Duration.ZERO;
|
|
|
@JsonIgnore Supplier<Collection<Ingredient>> producer = Collections::emptyList;
|
|
@JsonIgnore Supplier<Collection<Ingredient>> producer = Collections::emptyList;
|
|
|
|
|
|
|
|
@JsonIgnore
|
|
@JsonIgnore
|