mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
restore visibility of IndexGenerator.CHECK_HASH_COLLISIONS_PROPERTY
Oh those cleanup commits... Again... GitOrigin-RevId: af2717a878995ff3d036bb6b484f662c56fb213a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
bb22b64f58
commit
37acb4151d
@@ -16,7 +16,8 @@ import java.util.concurrent.atomic.AtomicInteger
|
||||
|
||||
abstract class IndexGenerator<Value>(private val indexStorageFilePath: String) {
|
||||
companion object {
|
||||
private const val CHECK_HASH_COLLISIONS_PROPERTY = "idea.index.generator.check.hash.collisions"
|
||||
@Suppress("MemberVisibilityCanBePrivate") // used by GoLand
|
||||
const val CHECK_HASH_COLLISIONS_PROPERTY = "idea.index.generator.check.hash.collisions"
|
||||
val CHECK_HASH_COLLISIONS: Boolean = SystemProperties.`is`(CHECK_HASH_COLLISIONS_PROPERTY)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user