Big update. Migration tools in progress

This commit is contained in:
John Rommel Estropia
2015-07-01 08:03:09 +09:00
parent 71c80c3497
commit 40f22761bf
53 changed files with 2177 additions and 970 deletions

View File

@@ -143,7 +143,7 @@ public final class AsynchronousDataTransaction: BaseDataTransaction {
}
/**
Deletes the specified `NSManagedObject`'s.
Deletes the specified `NSManagedObject`s.
:param: object1 the `NSManagedObject` type to be deleted
:param: object2 another `NSManagedObject` type to be deleted
@@ -157,9 +157,9 @@ public final class AsynchronousDataTransaction: BaseDataTransaction {
}
/**
Deletes the specified `NSManagedObject`'s.
Deletes the specified `NSManagedObject`s.
:param: objects the `NSManagedObject`'s type to be deleted
:param: objects the `NSManagedObject`s type to be deleted
*/
public override func delete(objects: [NSManagedObject?]) {