Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielHwang committed Jun 28, 2023
1 parent 0cbf0bf commit e687533
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
public class issue1603 {
@Test
public void test(){
public void test() {
JSONObject jsonObject = JSON.parseObject("{\"deviceId\":\"16584\",\"srcAddress\":\"109.55.156.215\",\"ssssss\":null}");
byte[] jsonBytes = JSON.toJSONBytes(jsonObject);
System.out.println(new String(jsonBytes));
Expand Down

0 comments on commit e687533

Please sign in to comment.