Skip to content

Commit

Permalink
Deprecates ERXPartial.awakeFromInsertion(). #602
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhoadley committed Aug 7, 2014
1 parent ddd34c2 commit 42407eb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,9 @@ public void removeObjectFromBothSidesOfRelationshipWithKey(EORelationshipManipul
*
* @param editingContext
* this object's {@link EOEditingContext}
* @deprecated use {@link #init(EOEditingContext)} instead
*/
@Deprecated
public void awakeFromInsertion(EOEditingContext editingContext) {
// DO NOTHING
}
Expand Down

0 comments on commit 42407eb

Please sign in to comment.