Skip to content

Commit

Permalink
Removed multiple declarations of method
Browse files Browse the repository at this point in the history
Method 'requestAllSortedBy:ascending:withPredicate:inContext' was declared identically twice!
  • Loading branch information
jakemask committed Aug 10, 2012
1 parent 0d719be commit 7c73cc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Code/CoreData/NSManagedObject+ActiveRecord.h
Expand Up @@ -174,7 +174,6 @@
+ (NSArray *)findAllSortedBy:(NSString *)sortTerm ascending:(BOOL)ascending inContext:(NSManagedObjectContext *)context;
+ (NSArray *)findAllSortedBy:(NSString *)sortTerm ascending:(BOOL)ascending withPredicate:(NSPredicate *)searchTerm;
+ (NSArray *)findAllSortedBy:(NSString *)sortTerm ascending:(BOOL)ascending withPredicate:(NSPredicate *)searchTerm inContext:(NSManagedObjectContext *)context;
+ (NSFetchRequest *)requestAllSortedBy:(NSString *)sortTerm ascending:(BOOL)ascending withPredicate:(NSPredicate *)searchTerm inContext:(NSManagedObjectContext *)context;

+ (NSArray *)findAllWithPredicate:(NSPredicate *)searchTerm;
+ (NSArray *)findAllWithPredicate:(NSPredicate *)searchTerm inContext:(NSManagedObjectContext *)context;
Expand Down

0 comments on commit 7c73cc0

Please sign in to comment.