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

Refactoring Result object

parent 3eda047a
Branches
Tags
No related merge requests found
Pipeline #174 failed
...@@ -85,7 +85,7 @@ public class PsilaRosaeObservationModel extends I18nImpl implements Model{ ...@@ -85,7 +85,7 @@ public class PsilaRosaeObservationModel extends I18nImpl implements Model{
while(currentDate.compareTo(endDateCalculation) <= 0) while(currentDate.compareTo(endDateCalculation) <= 0)
{ {
Result result = new ResultImpl(); Result result = new ResultImpl();
result.setResultValidTime(currentDate); result.setValidTimeStart(currentDate);
// Setting result data // Setting result data
Observation todayObs = getObservationAtDate(currentDate); Observation todayObs = getObservationAtDate(currentDate);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment