This commit is contained in:
John Rommel Estropia
2016-02-25 07:14:15 +09:00
parent 0800b706d6
commit 91dd4b6cb3
5 changed files with 11 additions and 11 deletions

View File

@@ -129,7 +129,6 @@ public final class DataStack {
- parameter configuration: an optional configuration name from the model file. If not specified, defaults to `nil`.
- returns: the `NSPersistentStore` added to the stack.
*/
@available(*, deprecated=2.0.0, renamed="beginUnsafe")
public func addInMemoryStoreAndWait(configuration configuration: String? = nil) throws -> NSPersistentStore {
do {