Skip to content

Commit d3d7545

Browse files
committed
update tip content
1 parent 53832ca commit d3d7545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/wu/seal/jsontokotlin/KotlinCodeMaker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class KotlinCodeMaker {
6767
} else {
6868
//when [1,"a"]
6969
val unSupportJsonException = UnSupportJsonException("Unsupported Json String")
70-
unSupportJsonException.advice = """No need converting, just use List<Any> is enough for your json string"""
70+
unSupportJsonException.advice = """No need converting, List<Any> may be a good class type for your json string"""
7171
throw unSupportJsonException
7272
}
7373
}

0 commit comments

Comments
 (0)