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

Merge branch 'develop' of gitlab.nibio.no:VIPS/VIPSCommon into develop

parents d4ea245f af36a904
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ import javax.json.bind.annotation.JsonbDateFormat; ...@@ -35,6 +35,7 @@ import javax.json.bind.annotation.JsonbDateFormat;
public class WeatherObservation implements Comparable{ public class WeatherObservation implements Comparable{
public final static Integer LOG_INTERVAL_ID_1M = 8; public final static Integer LOG_INTERVAL_ID_1M = 8;
public final static Integer LOG_INTERVAL_ID_5M = 9;
public final static Integer LOG_INTERVAL_ID_10M = 6; public final static Integer LOG_INTERVAL_ID_10M = 6;
public final static Integer LOG_INTERVAL_ID_15M = 5; public final static Integer LOG_INTERVAL_ID_15M = 5;
public final static Integer LOG_INTERVAL_ID_30M = 4; public final static Integer LOG_INTERVAL_ID_30M = 4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment