[collab] deprecate class

GitOrigin-RevId: c5b6f3f83b77439ac0544d12e3448bc35a6c76e2
This commit is contained in:
Ivan Semenov
2024-06-07 11:49:32 +02:00
committed by intellij-monorepo-bot
parent 102c941f56
commit 8764968928

View File

@@ -6,6 +6,7 @@ import com.intellij.openapi.progress.EmptyProgressIndicator
import com.intellij.openapi.progress.ProgressIndicator
import java.util.concurrent.ConcurrentHashMap
@Deprecated("Please migrate to coroutines")
class ProgressIndicatorsProvider : Disposable {
private val indicators = ConcurrentHashMap.newKeySet<ProgressIndicator>()