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

Refactoring Result object

parent 682853a6
No related branches found
No related tags found
No related merge requests found
Pipeline #176 failed
.gitignore 100644 → 100755
File mode changed from 100644 to 100755
LICENSE.txt 100644 → 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
pom.xml 100644 → 100755
File mode changed from 100644 to 100755
......@@ -103,7 +103,7 @@ public class OatFloweringModel extends I18nImpl implements Model{
{
Calendar cal = Calendar.getInstance();
Result result = new ResultImpl();
result.setResultValidTime(obs.getTimeMeasured());
result.setValidTimeStart(obs.getTimeMeasured());
cal.setTime(obs.getTimeMeasured());
result.setValue(
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment