mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[wsm] IJPL-178632 Correct logger class reference in GlobalWorkspaceModelCacheImpl
GitOrigin-RevId: 735e57b7470d74eba5667aa126a464b28de4e587
This commit is contained in:
committed by
intellij-monorepo-bot
parent
702c2e5a2b
commit
4d7bf647dc
+1
-1
@@ -120,7 +120,7 @@ internal class GlobalWorkspaceModelCacheImpl(coroutineScope: CoroutineScope) : G
|
||||
}
|
||||
|
||||
companion object {
|
||||
private val LOG = logger<GlobalWorkspaceModelCache>()
|
||||
private val LOG = logger<GlobalWorkspaceModelCacheImpl>()
|
||||
internal const val DATA_DIR_NAME: String = "global-model-cache"
|
||||
|
||||
private val cachesInvalidated = AtomicBoolean(false)
|
||||
|
||||
Reference in New Issue
Block a user