From 0244beafb50272c96e34ad0e0e58429cdcd429d9 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Fri, 22 Mar 2024 11:21:31 +0100 Subject: [PATCH] api_changes_list_2024.md: Fix markup --- reference_guide/api_changes_list_2024.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference_guide/api_changes_list_2024.md b/reference_guide/api_changes_list_2024.md index fafb856e6..920f4891f 100644 --- a/reference_guide/api_changes_list_2024.md +++ b/reference_guide/api_changes_list_2024.md @@ -319,7 +319,7 @@ Class `org.jetbrains.kotlin.ir.declarations.IrDeclarationOriginImpl` made final ### Rd Framework 2024.1 `com.jetbrains.rd.framework.IMarshaller.DefaultImpls.getId(IMarshaller)` method removed -: Due to RdId becoming a value class, the getId method is removed at runtime, causing unresolved method invocations. Use the method that returns long in Java and recompile the Kotlin code. +: Due to `RdId` becoming a value class, the `getId` method is removed at runtime, causing unresolved method invocations. Use the method that returns long in Java and recompile the Kotlin code. `com.jetbrains.rd.framework.RdId.write(AbstractBuffer)` method removed : Due to `RdId` becoming a value class, the `getId` method is removed at runtime, causing unresolved method invocations. Use `AbstractBuffer.writeLong(long)` method in Java and recompile the Kotlin code.