Skip to content
Snippets Groups Projects
Commit e80679f7 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

fix: Change type of instance variable to fix compilation error

The compilation error has something to do with the upgrade of
jackson from 2.9.8 to 2.13.1 in VIPSCommon in early 2022.
parent 65a3ffd0
Branches
Tags
1 merge request!1Fix compilation error after Jackson update
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
...@@ -63,7 +63,7 @@ public class DeliaRadicumFloralisObservationModel extends I18nImpl implements Mo ...@@ -63,7 +63,7 @@ public class DeliaRadicumFloralisObservationModel extends I18nImpl implements Mo
private ObjectMapper objectMapper; private ObjectMapper objectMapper;
private List<Observation> pestObservations; private List<ObservationImpl> pestObservations;
private TimeZone timeZone; private TimeZone timeZone;
private Date startDateGrowth; private Date startDateGrowth;
private Date endDateCalculation; private Date endDateCalculation;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment