Skip to content

Commit

Permalink
[HWKMETRICS-185] Fix line length due to Eclipse eager formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Negrea committed Aug 13, 2015
1 parent 914ed50 commit 836f2ef
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ public class Gauge {

@JsonProperty
@org.codehaus.jackson.annotate.JsonProperty
@org.codehaus.jackson.map.annotate.JsonSerialize(include = org.codehaus.jackson.map.annotate.JsonSerialize.Inclusion.NON_EMPTY)
@org.codehaus.jackson.map.annotate.JsonSerialize(
include = org.codehaus.jackson.map.annotate.JsonSerialize.Inclusion.NON_EMPTY)
private List<GaugeDataPoint> data;

public String getId() {
Expand Down

0 comments on commit 836f2ef

Please sign in to comment.