Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ouyanghuangzheng authored and agapple committed Aug 21, 2019
1 parent 78af6b1 commit 7b245c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ public StringBuilder toJsonString(StringBuilder buf, String charsetName) {
buf.append("true");
break;
case LITERAL_NULL:
buf.append("NULL");
buf.append("null");
break;
case OPAQUE:
String text = null;
Expand Down

0 comments on commit 7b245c5

Please sign in to comment.