Fix error in method definition

This commit is contained in:
Blake Watters
2011-04-04 10:11:29 -04:00
parent c23eac631d
commit e816937703

View File

@@ -202,7 +202,7 @@ NSLog(@"I am your RKClient singleton : %@", [RKClient sharedClient]);
<pre name="code" class="c++">@implementation Contact
- (NSDictionary*)elementToPropertyMappings {
+ (NSDictionary*)elementToPropertyMappings {
return [NSDictionary dictionaryWithKeysAndObjects:
@"id", @"identifier",
@"name", @"name",