Removed semi colon
This commit is contained in:
parent
f7dc21c5c5
commit
7a25d12be4
@ -431,7 +431,7 @@ static NSString * const STATIC_CACHE_COMPONENT = @"StaticCache.txt";
|
||||
[[PersistentCacheManager shared] removeAllAndReturnError:nil];
|
||||
}
|
||||
|
||||
-(void) clearPersistentAppLevelCache;{
|
||||
-(void) clearPersistentAppLevelCache{
|
||||
[[PersistentCacheManager shared] removeAllAppLevelAndReturnError:nil];
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user