mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 23:49:21 +08:00
Switch to spotless and format code (#1196)
* Add spotless configuration * Reformat! * Add copyright config for build.gradle.kts files * Add toeholds for headers
This commit is contained in:
@@ -280,7 +280,7 @@ reflection, Moshi is designed to help you out when things go wrong.
|
||||
JsonDataException: Expected one of [CLUBS, DIAMONDS, HEARTS, SPADES] but was ANCHOR at path $.visible_cards[2].suit
|
||||
at com.squareup.moshi.JsonAdapters$11.fromJson(JsonAdapters.java:188)
|
||||
at com.squareup.moshi.JsonAdapters$11.fromJson(JsonAdapters.java:180)
|
||||
...
|
||||
...
|
||||
```
|
||||
|
||||
Moshi always throws a standard `java.io.IOException` if there is an error reading the JSON document,
|
||||
|
Reference in New Issue
Block a user