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

Added comment

parent 190b45b5
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,8 @@ public class WeatherObservation implements Comparable{
}
public final void setTimeMeasured(Date timeMeasured) { this.timeMeasured = timeMeasured; }
@JsonFormat(shape=JsonFormat.Shape.STRING, pattern="yyyy-MM-dd'T'HH:mm:ssXXX", timezone="UTC")
@JsonFormat(shape=JsonFormat.Shape.STRING, pattern="yyyy-MM-dd'T'HH:mm:ssXXX", timezone="UTC") // Java >= 7
public Date getTimeMeasured() { return this.timeMeasured; }
public final void setElementMeasurementTypeId(String elementMeasurementTypeId) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment