Commit b25409d3 authored by Grzegorz Pietrusza's avatar Grzegorz Pietrusza

quick fix flag value

parent 38ba3541
......@@ -16,12 +16,12 @@ public class Flag {
this.points = points;
}
@JsonIgnore
// @JsonIgnore //TODO!!
public String getValue() {
return value;
}
@JsonIgnore
// @JsonIgnore //TODO!!
public void setValue(String value) {
this.value = value;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment