Make checkstyle happy on JsonReader column width. (#811)

This commit is contained in:
Eric Cochran 2019-02-15 17:08:46 -08:00 committed by GitHub
parent 13a40edf5b
commit d843950731
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
*