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
a35875e2
Commit
a35875e2
authored
7 years ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
Added default constructor
parent
ed017661
Branches
Branches containing commit
Tags
Tags containing commit
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/PointWeatherObservationList.java
+4
-0
4 additions, 0 deletions
...ava/no/nibio/vips/entity/PointWeatherObservationList.java
with
4 additions
and
0 deletions
src/main/java/no/nibio/vips/entity/PointWeatherObservationList.java
+
4
−
0
View file @
a35875e2
...
@@ -32,6 +32,10 @@ public class PointWeatherObservationList {
...
@@ -32,6 +32,10 @@ public class PointWeatherObservationList {
private
Coordinate
coordinate
;
private
Coordinate
coordinate
;
private
List
<
WeatherObservation
>
observations
;
private
List
<
WeatherObservation
>
observations
;
public
PointWeatherObservationList
(){
}
@JsonCreator
@JsonCreator
public
PointWeatherObservationList
(
public
PointWeatherObservationList
(
@JsonProperty
(
"coordinate"
)
Coordinate
coordinate
,
@JsonProperty
(
"coordinate"
)
Coordinate
coordinate
,
...
...
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