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
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,10 @@ public class PointWeatherObservationList {
private Coordinate coordinate;
private List<WeatherObservation> observations;
public PointWeatherObservationList(){
}
@JsonCreator
public PointWeatherObservationList(
@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