mirror of https://github.com/hykilpikonna/AquaDX
[U] Add comment
parent
9b7f50aebb
commit
6ffee3466f
|
@ -77,7 +77,9 @@ var STRING_MAPPER = jacksonObjectMapper().apply {
|
|||
@Component
|
||||
class StringMapper: IMapper(STRING_MAPPER)
|
||||
|
||||
class A {
|
||||
|
||||
// Testing code
|
||||
private class A {
|
||||
var cat = ""
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue