gson-comments/gson/src/main
Jake Wharton 59edfc1caf Add boxed boolean value() overload.
When calling value() with a Boolean overload resolution would choose value(boolean) which would throw an NPE on null. The other boxed types are all numbers which would resolve to value(Number) and behave correctly.
2016-04-22 19:52:38 -04:00
..
java/com/google/gson Add boxed boolean value() overload. 2016-04-22 19:52:38 -04:00