Skip to content

Commit

Permalink
[grid]: Might as well call a grid a grid
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Feb 13, 2019
1 parent 797d004 commit 715894f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void execute(HttpRequest req, HttpResponse resp) throws IOException {
"value", ImmutableMap.of(
"ready", status.hasCapacity(),
"message", status.hasCapacity() ? "Ready" : "No free slots available",
"node", status));
"grid", status));

resp.setContent(json.toJson(report).getBytes(UTF_8));
}
Expand Down

0 comments on commit 715894f

Please sign in to comment.