We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64b12b commit 6dccd68Copy full SHA for 6dccd68
src/main/kotlin/nhk/dto/NewsDto.kt
@@ -13,7 +13,7 @@ class NewsDto {
13
14
var body = ""
15
16
- var bodyWithoutRuby = ""
+ var bodyWithoutRuby: String? = ""
17
18
var url = ""
19
0 commit comments