From cb302a4a895fa62a31537ded5aa37c8a2372fbc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Hegerfors?= Date: Fri, 27 Mar 2015 18:45:22 +0100 Subject: [PATCH] Minimal stylistic change --- .../reaper/resources/view/RepairScheduleStatus.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/spotify/reaper/resources/view/RepairScheduleStatus.java b/src/main/java/com/spotify/reaper/resources/view/RepairScheduleStatus.java index 3705ec020..e8543a0a0 100644 --- a/src/main/java/com/spotify/reaper/resources/view/RepairScheduleStatus.java +++ b/src/main/java/com/spotify/reaper/resources/view/RepairScheduleStatus.java @@ -26,10 +26,10 @@ public class RepairScheduleStatus { - @JsonProperty() + @JsonProperty private long id; - @JsonProperty() + @JsonProperty private String owner; @JsonProperty("cluster_name") @@ -41,7 +41,7 @@ public class RepairScheduleStatus { @JsonProperty("keyspace_name") private String keyspaceName; - @JsonProperty() + @JsonProperty private String state; @JsonIgnore @@ -53,7 +53,7 @@ public class RepairScheduleStatus { @JsonIgnore private DateTime pauseTime; - @JsonProperty() + @JsonProperty private double intensity; @JsonProperty("segment_count")