From 8c1a0c47b7000bebdf8362f3d817d8b93aba84e8 Mon Sep 17 00:00:00 2001 From: stleary Date: Wed, 17 Jun 2015 20:18:51 -0500 Subject: [PATCH] fixed test comment --- JSONObjectTest.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/JSONObjectTest.java b/JSONObjectTest.java index e791179..5b98aae 100644 --- a/JSONObjectTest.java +++ b/JSONObjectTest.java @@ -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");