fixed misc FIXMEs and TODOs
This commit is contained in:
parent
5ee81af697
commit
ac5451a9fa
49 changed files with 95 additions and 242 deletions
|
|
@ -79,7 +79,6 @@ object Serializable {
|
|||
|
||||
def toJSON: String = {
|
||||
val out = new StringWriter
|
||||
// FIXME: is this mapper expensive to create? Should I cache it away?
|
||||
val mapper = new ObjectMapper
|
||||
mapper.writeValue(out, this)
|
||||
out.close
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue