Skip to content

Commit 25b940e

Browse files
committed
Fix comment
wrt #1025 (comment)
1 parent 4d39dd4 commit 25b940e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/module/kotlin/KotlinInvalidNullException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import org.jetbrains.annotations.NotNull;
88
import org.jetbrains.annotations.Nullable;
99

10-
// Since there was no way to override Java getter in a user-friendly way, it is defined in Java. See KT-6653.
10+
// Due to a limitation in KT-6653, there is no user-friendly way to override Java getters in Kotlin.
1111
// The reason for not having detailed information(e.g. KParameter) is to keep the class Serializable.
1212
/**
1313
* Specialized {@link JsonMappingException} sub-class used to indicate that a mandatory Kotlin creator parameter was

0 commit comments

Comments
 (0)