mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-02 17:57:22 +08:00
Fix static analyzer issues
This commit is contained in:
@@ -126,8 +126,8 @@ NSString *RKPathAppendQueryParams(NSString *resourcePath, NSDictionary *queryPar
|
||||
- (id)init {
|
||||
self = [super init];
|
||||
if (self) {
|
||||
self.HTTPHeaders = [[NSMutableDictionary alloc] init];
|
||||
self.additionalRootCertificates = [[NSMutableSet alloc] init];
|
||||
self.HTTPHeaders = [NSMutableDictionary dictionary];
|
||||
self.additionalRootCertificates = [NSMutableSet set];
|
||||
self.defaultHTTPEncoding = NSUTF8StringEncoding;
|
||||
self.cacheTimeoutInterval = 0;
|
||||
self.runLoopMode = NSRunLoopCommonModes;
|
||||
|
||||
Reference in New Issue
Block a user