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

Refactoring Result object

parent 86e9ef4e
Branches
Tags
No related merge requests found
Pipeline #178 failed
...@@ -106,7 +106,7 @@ public class MamestraBrassicaeModel extends I18nImpl implements Model{ ...@@ -106,7 +106,7 @@ public class MamestraBrassicaeModel extends I18nImpl implements Model{
Result result = new ResultImpl(); Result result = new ResultImpl();
result.setResultValidTime(currentDate); result.setValidTimeStart(currentDate);
result.setWarningStatus(this.getWarningStatus(accumulatedDayDegrees)); result.setWarningStatus(this.getWarningStatus(accumulatedDayDegrees));
this.setAllThresholds(result); this.setAllThresholds(result);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment