mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
fixed test comment
This commit is contained in:
parent
d27bf852e6
commit
8c1a0c47b7
1 changed files with 3 additions and 2 deletions
|
@ -648,8 +648,9 @@ public class JSONObjectTest {
|
|||
obj.equals(1));
|
||||
|
||||
/**
|
||||
* JSONObject put(String, Object) method stores and serializesbigInt and bigDec
|
||||
* correctly. Nothing needs to change.
|
||||
* JSONObject tries to parse BigDecimal as a bean, but it has
|
||||
* no getters, The value is lost and no value is stored.
|
||||
* This should be fixed.
|
||||
*/
|
||||
BigDecimal bigDecimal = new BigDecimal(
|
||||
"123456789012345678901234567890.12345678901234567890123456789");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue