Skip to content

Commit

Permalink
Minimal stylistic change
Browse files Browse the repository at this point in the history
  • Loading branch information
Bj0rnen committed Apr 7, 2015
1 parent 8389443 commit cb302a4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@

public class RepairScheduleStatus {

@JsonProperty()
@JsonProperty
private long id;

@JsonProperty()
@JsonProperty
private String owner;

@JsonProperty("cluster_name")
Expand All @@ -41,7 +41,7 @@ public class RepairScheduleStatus {
@JsonProperty("keyspace_name")
private String keyspaceName;

@JsonProperty()
@JsonProperty
private String state;

@JsonIgnore
Expand All @@ -53,7 +53,7 @@ public class RepairScheduleStatus {
@JsonIgnore
private DateTime pauseTime;

@JsonProperty()
@JsonProperty
private double intensity;

@JsonProperty("segment_count")
Expand Down

0 comments on commit cb302a4

Please sign in to comment.