Skip to content

Commit 5cd2536

Browse files
committedMay 24, 2021
Changed deprecated comment.
1 parent e8724ae commit 5cd2536

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎SSYManagedTreeObject.m

+1-2
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,7 @@ - (BOOL)extractFromDataRepresentation:(NSData*)dataRepresentation
374374
NSError* error = nil ;
375375
NSDictionary* dic = nil;
376376
if (dataRepresentation) {
377-
dic = [NSKeyedUnarchiver unarchiveObjectSafelyWithData:dataRepresentation
378-
error_p:&error] ;
377+
dic = [NSKeyedUnarchiver unarchiveObjectFromData:dataRepresentation] ;
379378
}
380379
if (!dic) {
381380
if (error_p) {

0 commit comments

Comments
 (0)
Please sign in to comment.