Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizzercn committed Dec 13, 2018
1 parent cd9508d commit 05b8de2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public Object getData() {
return data;
}

public String toJson() {
public String toJsonString() {
return Json.toJson(this, JsonFormat.compact());
}

Expand Down

0 comments on commit 05b8de2

Please sign in to comment.