mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-21 10:54:31 +08:00
Clean up warning
This commit is contained in:
@@ -230,7 +230,7 @@
|
||||
}
|
||||
|
||||
id propertyValue = elementValue;
|
||||
if (kCFNull != elementValue) {
|
||||
if (elementValue != (id)kCFNull) {
|
||||
if ([class isEqual:[NSDate class]]) {
|
||||
// TODO: This date parsing needs to be factored out...
|
||||
NSDateFormatter* formatter = [[NSDateFormatter alloc] init];
|
||||
|
||||
Reference in New Issue
Block a user