<@U589QURRQ> commented on <@U25U0KPFT>’s file <htt...
# announcements
u
@diesieben07 commented on @carlw’s file https://kotlinlang.slack.com/files/U25U0KPFT/F6XM203LY/overriding_a_javafx_api_method.kt: Ah, you need to change the type parameter to
String?
as well, since
updateItem
takes a
T
. So in your case
T
is
String
.