Closed GoogleCodeExporter closed 9 years ago
Note that java.lang.Appendable first appeared in Java 1.5
Original comment by damiancarrillo
on 6 Oct 2008 at 9:53
Original comment by joel.leitch@gmail.com
on 13 Oct 2008 at 7:26
Fixed in r315
Note that this breaks backwards binary compatibility while preserving backwards
source compatibility. This is so because we changed the toJson() method
signatures
instead of adding new methods. However, since Appendable is a super class of
Writer,
a simple recompilation of code should be sufficient. Since this bug fix will go
in a
major release, this is acceptable.
Original comment by inder123
on 26 Nov 2008 at 7:15
Original comment by inder123
on 26 Nov 2008 at 7:15
Original issue reported on code.google.com by
complexm...@gmail.com
on 1 Oct 2008 at 9:32