mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Cleanup (sealing some internal API)
GitOrigin-RevId: edac2a11ef0f2fb46bb24f252403dabfec42f3be
This commit is contained in:
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,
|
||||
|
||||
Reference in New Issue
Block a user