Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSCommon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIPS
VIPSCommon
Commits
d855caf7
Commit
d855caf7
authored
7 years ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
Bugfix: Identical ids for constants. Thanks to Jussi!
parent
5c60d5a8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/no/nibio/vips/entity/WeatherObservation.java
+1
-1
1 addition, 1 deletion
src/main/java/no/nibio/vips/entity/WeatherObservation.java
with
1 addition
and
1 deletion
src/main/java/no/nibio/vips/entity/WeatherObservation.java
+
1
−
1
View file @
d855caf7
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment