Digital PCT265 defect MVAPCT-322: Spelling fix.
This commit is contained in:
parent
817d7900f4
commit
214ccfd8f6
@ -29,7 +29,7 @@ open class ActionRestartHandler: MVMCoreActionHandlerProtocol {
|
|||||||
}
|
}
|
||||||
if let sessionObject = MVMCoreSessionObject.sharedGlobal() {
|
if let sessionObject = MVMCoreSessionObject.sharedGlobal() {
|
||||||
if model.hardReset {
|
if model.hardReset {
|
||||||
sessionObject.clearPeristentCache()
|
sessionObject.clearPersistentCache()
|
||||||
}
|
}
|
||||||
// Restarts the app (forcing any passed in page types).
|
// Restarts the app (forcing any passed in page types).
|
||||||
sessionObject.restartSession(withPageType: model.pageType, request: model.requestURL, parameters: model.extraParameters?.toJSON(), clearAllVariables: true)
|
sessionObject.restartSession(withPageType: model.pageType, request: model.requestURL, parameters: model.extraParameters?.toJSON(), clearAllVariables: true)
|
||||||
|
|||||||
@ -39,7 +39,7 @@
|
|||||||
- (void)clearSessionObject;
|
- (void)clearSessionObject;
|
||||||
|
|
||||||
/// Clears any persistent cache related to the current session.
|
/// Clears any persistent cache related to the current session.
|
||||||
- (void)clearPeristentCache;
|
- (void)clearPersistentCache;
|
||||||
|
|
||||||
/// Copys string to clipboard and assigns self.clipboardString for validation
|
/// Copys string to clipboard and assigns self.clipboardString for validation
|
||||||
/// Should only be used when expected string is a secure string
|
/// Should only be used when expected string is a secure string
|
||||||
|
|||||||
@ -53,6 +53,6 @@
|
|||||||
self.session = [self createNSURLSession];
|
self.session = [self createNSURLSession];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)clearPeristentCache {}
|
- (void)clearPersistentCache {}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user