commit | 37fd0b1a1a5bbdacbee61cbf3f5fb1fb461052cb | [log] [tgz] |
---|---|---|
author | cowtowncoder <cowtowncoder@cc757fca-8a48-0410-80b4-e22f7f27f4c6> | Tue Dec 22 03:48:25 2009 +0000 |
committer | cowtowncoder <cowtowncoder@cc757fca-8a48-0410-80b4-e22f7f27f4c6> | Tue Dec 22 03:48:25 2009 +0000 |
tree | 8d5ecf0d727d23de8402ff01a9fb709c12beb4f9 | |
parent | f92a8a87af6becd58df6b64124198fa7feb48606 [diff] |
Fixed two minor bugs; one with SegmentedStringWriter (2 methods of Appendable interface were not correctly implemented; not problem with Jackson's own usage), another with JsonFactory when constructing JsonGenerator to write to a File (was not necessarily closing FileOutputStream, if auto-close was disabled)