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

Refactoring Result object

parent 0189da62
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ public class BremiaLactucaeModel extends I18nImpl implements Model {
while(currentDate.compareTo(endDate) <= 0)
{
Result result = new ResultImpl();
result.setResultValidTime(currentDate);
result.setValidTimeStart(currentDate);
// Deciding warning status
Integer warningStatus = Result.WARNING_STATUS_NO_RISK;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment