Make checkstyle happy on JsonReader column width. (#811)
This commit is contained in:
parent
13a40edf5b
commit
d843950731
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue