Deleted unused fields.

This commit is contained in:
Inderjeet Singh 2011-10-02 20:45:26 +00:00
parent 65df3b97ba
commit c4a2291866
1 changed files with 0 additions and 3 deletions

View File

@ -36,9 +36,6 @@ public final class JsonPrimitive extends JsonElement {
float.class, double.class, byte.class, boolean.class, char.class, Integer.class, Long.class,
Short.class, Float.class, Double.class, Byte.class, Boolean.class, Character.class };
private static final BigInteger INTEGER_MAX = BigInteger.valueOf(Integer.MAX_VALUE);
private static final BigInteger LONG_MAX = BigInteger.valueOf(Long.MAX_VALUE);
private Object value;
/**