mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Ensure the stars for all pointers belong to the variable rather than the type. Refs #614
This commit is contained in:
@@ -31,13 +31,13 @@
|
||||
// the internal caching capabilities from the JSONKit serializer
|
||||
@implementation RKJSONParserJSONKit
|
||||
|
||||
- (NSDictionary*)objectFromString:(NSString*)string error:(NSError**)error
|
||||
- (NSDictionary *)objectFromString:(NSString *)string error:(NSError **)error
|
||||
{
|
||||
RKLogTrace(@"string='%@'", string);
|
||||
return [string objectFromJSONStringWithParseOptions:JKParseOptionStrict error:error];
|
||||
}
|
||||
|
||||
- (NSString*)stringFromObject:(id)object error:(NSError**)error
|
||||
- (NSString *)stringFromObject:(id)object error:(NSError **)error
|
||||
{
|
||||
return [object JSONStringWithOptions:JKSerializeOptionNone error:error];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user