Skip to content
Snippets Groups Projects
Commit ff10bc6b authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Refactoring Result object

parent 3b0c62d9
Branches
Tags
No related merge requests found
Pipeline #182 failed
...@@ -88,7 +88,7 @@ public class DeliaRadicumFloralisObservationModel extends I18nImpl implements Mo ...@@ -88,7 +88,7 @@ public class DeliaRadicumFloralisObservationModel extends I18nImpl implements Mo
while(currentDate.compareTo(endDateCalculation) <= 0) while(currentDate.compareTo(endDateCalculation) <= 0)
{ {
Result result = new ResultImpl(); Result result = new ResultImpl();
result.setResultValidTime(currentDate); result.setValidTimeStart(currentDate);
Observation latestObs = getObservationValidForDate(currentDate); Observation latestObs = getObservationValidForDate(currentDate);
if(latestObs == null && ! firstValidObservationFound) if(latestObs == null && ! firstValidObservationFound)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment