Skip to content

Commit

Permalink
Hide intended private cleanUpErrorHandling method
Browse files Browse the repository at this point in the history
  • Loading branch information
casademora committed Jun 7, 2012
1 parent e70c89b commit a903e7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions MagicalRecord/Core/MagicalRecord+ErrorHandling.h
Expand Up @@ -17,6 +17,4 @@
+ (SEL) errorHandlerAction; + (SEL) errorHandlerAction;
+ (id) errorHandlerTarget; + (id) errorHandlerTarget;


+ (void) cleanUpErrorHanding;

@end @end
1 change: 1 addition & 0 deletions MagicalRecord/Core/MagicalRecord.m
Expand Up @@ -10,6 +10,7 @@
@interface MagicalRecord (Internal) @interface MagicalRecord (Internal)


+ (void) cleanUpStack; + (void) cleanUpStack;
+ (void) cleanUpErrorHanding;


@end @end


Expand Down

0 comments on commit a903e7e

Please sign in to comment.