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

Bugfix: Identical ids for constants. Thanks to Jussi!

parent 5c60d5a8
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ public class WeatherObservation implements Comparable{
public final static Integer LOG_INTERVAL_ID_30M = 4;
public final static Integer LOG_INTERVAL_ID_1H = 1;
public final static Integer LOG_INTERVAL_ID_3H = 3;
public final static Integer LOG_INTERVAL_ID_6H = 6;
public final static Integer LOG_INTERVAL_ID_6H = 7;
public final static Integer LOG_INTERVAL_ID_1D = 2;
private String elementMeasurementTypeId;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment