gson-comments/gson/src/main/java/com/google
2009-04-01 17:15:01 +00:00
..
gson incorporated code review comments from r379 by removing the catching of OutOfMemoryError and StackOverflowError in Gson.fromJson. This is obviated since JsonParser.parse catches these errors, and that was the primary source of these problems. 2009-04-01 17:15:01 +00:00