mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-06 18:55:30 +08:00
fixed test comment
This commit is contained in:
@@ -648,8 +648,9 @@ public class JSONObjectTest {
|
|||||||
obj.equals(1));
|
obj.equals(1));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* JSONObject put(String, Object) method stores and serializesbigInt and bigDec
|
* JSONObject tries to parse BigDecimal as a bean, but it has
|
||||||
* correctly. Nothing needs to change.
|
* no getters, The value is lost and no value is stored.
|
||||||
|
* This should be fixed.
|
||||||
*/
|
*/
|
||||||
BigDecimal bigDecimal = new BigDecimal(
|
BigDecimal bigDecimal = new BigDecimal(
|
||||||
"123456789012345678901234567890.12345678901234567890123456789");
|
"123456789012345678901234567890.12345678901234567890123456789");
|
||||||
|
Reference in New Issue
Block a user