mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
[collab] deprecate class
GitOrigin-RevId: c5b6f3f83b77439ac0544d12e3448bc35a6c76e2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
102c941f56
commit
8764968928
@@ -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>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user