Skip to content

Commit 8c1a0c4

Browse files
committed
fixed test comment
1 parent d27bf85 commit 8c1a0c4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

JSONObjectTest.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,8 +648,9 @@ public void bigNumberOperations() {
648648
obj.equals(1));
649649

650650
/**
651-
* JSONObject put(String, Object) method stores and serializesbigInt and bigDec
652-
* correctly. Nothing needs to change.
651+
* JSONObject tries to parse BigDecimal as a bean, but it has
652+
* no getters, The value is lost and no value is stored.
653+
* This should be fixed.
653654
*/
654655
BigDecimal bigDecimal = new BigDecimal(
655656
"123456789012345678901234567890.12345678901234567890123456789");

0 commit comments

Comments
 (0)