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

Added default constructor

parent ed017661
Branches
Tags
No related merge requests found
...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment