Cleanup (sealing some internal API)

GitOrigin-RevId: edac2a11ef0f2fb46bb24f252403dabfec42f3be
This commit is contained in:
Roman Shevchenko
2021-05-10 11:48:28 +00:00
committed by intellij-monorepo-bot
parent 6f4a705a1e
commit 03ab9c17b7
@@ -23,7 +23,7 @@ class NotificationGroup private constructor(val displayId: String,
val isLogByDefault: Boolean = true,
val toolWindowId: String? = null,
val icon: Icon? = null,
@NotificationTitle var title: String? = null,
@NotificationTitle private var title: String? = null,
pluginId: PluginId? = null,
registerGroup: Boolean = false) {
//<editor-fold desc="Deprecated stuff.">
@@ -77,6 +77,7 @@ class NotificationGroup private constructor(val displayId: String,
private val registeredGroups: MutableMap<String, NotificationGroup> = ConcurrentHashMap()
private val registeredTitles: MutableMap<String, @NotificationTitle String> = ConcurrentHashMap()
@ApiStatus.Internal
@JvmStatic
fun create(displayId: String,
displayType: NotificationDisplayType,