Skip to content

Commit

Permalink
Fix document with changing Java integer type to Kotlin Int type (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
songkg7 authored Feb 2, 2024
1 parent b7ac6d2 commit 3f8282f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ data class Product (

val productType: ProductType,

val merchantInfo: Map<Integer, String>
val merchantInfo: Map<Int, String>
)
```

Expand Down

0 comments on commit 3f8282f

Please sign in to comment.