Skip to content

Commit 0056b1a

Browse files
committed
investigate XML.toString() behavior with null JSONObject values
1 parent 6cca292 commit 0056b1a

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

JSONObjectTest.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1545,13 +1545,6 @@ public void jsonObjectNullOperations() {
15451545
String sNull = XML.toString(jsonObjectNull);
15461546
assertTrue("null should emit an empty string", "".equals(sNull));
15471547
}
1548-
1549-
/**
1550-
*
1551-
*/
1552-
private void nullOperations(Object value) {
1553-
}
1554-
15551548
}
15561549

15571550

0 commit comments

Comments
 (0)