fix after merge idea/163.1412
authorVladimir Krivosheev <vladimir.krivosheev@jetbrains.com>
Tue, 12 Jul 2016 14:06:53 +0000 (16:06 +0200)
committerVladimir Krivosheev <vladimir.krivosheev@jetbrains.com>
Tue, 12 Jul 2016 14:06:53 +0000 (16:06 +0200)
platform/configuration-store-impl/src/StateStorageManagerImpl.kt

index 0f0eea4a836776331c9223cf4964367ad506c754..4305ecb40f513ed9afe4404490cdf2b8ab6ae863 100644 (file)
@@ -235,7 +235,7 @@ open class StateStorageManagerImpl(private val rootTagName: String,
       effectiveRoamingType = roamingType
     }
 
-    val storage = createFileBasedStorage(filePath, collapsedPath, effectiveRoamingType)
+    val storage = createFileBasedStorage(filePath, collapsedPath, effectiveRoamingType, if (exclusive) null else this.rootTagName)
     if (isUseVfsListener == ThreeState.YES && storage is StorageVirtualFileTracker.TrackedStorage) {
       virtualFileTracker?.put(filePath, storage)
     }