We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53832ca commit d3d7545Copy full SHA for d3d7545
src/main/kotlin/wu/seal/jsontokotlin/KotlinCodeMaker.kt
@@ -67,7 +67,7 @@ class KotlinCodeMaker {
67
} else {
68
//when [1,"a"]
69
val unSupportJsonException = UnSupportJsonException("Unsupported Json String")
70
- unSupportJsonException.advice = """No need converting, just use List<Any> is enough for your json string"""
+ unSupportJsonException.advice = """No need converting, List<Any> may be a good class type for your json string"""
71
throw unSupportJsonException
72
}
73
0 commit comments