mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[rider-debugger] RIDER-127723 fixed annotations
(cherry picked from commit e1b7e1e3a0d91227a8c4bc01a7f9c312d702b506) NET-MR-17485 GitOrigin-RevId: 07bbd536710f424951167f2a398a58b8a0da5399
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b66299049c
commit
3e2439c495
+2
-2
@@ -39,6 +39,6 @@ open class XDebuggerExecutionStackDescriptionService() {
|
||||
@ApiStatus.Experimental
|
||||
@Serializable
|
||||
data class XDebuggerExecutionStackDescription(
|
||||
@SerialName("ShortDescription") @Nls val shortDescription: String,
|
||||
@SerialName("LongDescription") @Nls val longDescription: String
|
||||
@SerialName("ShortDescription") @param:Nls val shortDescription: String,
|
||||
@SerialName("LongDescription") @param:Nls val longDescription: String
|
||||
)
|
||||
Reference in New Issue
Block a user