mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 23:49:21 +08:00
Make checkstyle happy on JsonReader column width. (#811)
This commit is contained in:
@@ -478,7 +478,8 @@ public abstract class JsonReader implements Closeable {
|
||||
* Returns a new {@code JsonReader} that can read data from this {@code JsonReader} without
|
||||
* consuming it. The returned reader becomes invalid once this one is next read or closed.
|
||||
*
|
||||
* <p>For example, we can use {@code peekJson()} to lookahead and read the same data multiple times.
|
||||
* <p>For example, we can use {@code peekJson()} to lookahead and read the same data multiple
|
||||
* times.
|
||||
*
|
||||
* <pre> {@code
|
||||
*
|
||||
|
Reference in New Issue
Block a user