Skip to content

Commit

Permalink
Update rd-kt/rd-framework/src/main/kotlin/com/jetbrains/rd/framework/…
Browse files Browse the repository at this point in the history
…Interfaces.kt

Co-authored-by: Friedrich von Never <[email protected]>
  • Loading branch information
Iliya-usov and ForNeVeR authored Nov 6, 2023
1 parent 0effd3c commit 5da9c7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ val IMarshaller<*>.fqn: String get() {
class LazyCompanionMarshaller<T : Any>(
override val id: RdId,
val classLoader: ClassLoader,
val fgn: String
val fqn: String
) : IMarshaller<T> {
private val lazy = lazy(LazyThreadSafetyMode.PUBLICATION) {
Class.forName(fgn, true, classLoader).getDeclaredField("Companion").get(null) as IMarshaller<T>
Expand Down

0 comments on commit 5da9c7c

Please sign in to comment.