fixing var name

This commit is contained in:
David Keene 2016-02-09 09:33:10 -08:00
parent 16f1f74019
commit cdc9fb5f5e

View File

@ -121,7 +121,7 @@ class Decoders {
// treat as a java date
return NSDate(timeIntervalSince1970: Double(sourceInt / 1000) )
}
fatalError("formatter failed to parse \(sourceString)")
fatalError("formatter failed to parse \(source)")
} {{#models}}{{#model}}
// Decoder for [{{{classname}}}]