mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +08:00
Merge pull request #752 from square/eric.p
Fix peekJson Javadoc paragraph formatting.
This commit is contained in:
@@ -478,7 +478,7 @@ public abstract class JsonReader implements Closeable {
|
|||||||
* Returns a new {@code JsonReader} that can read data from this {@code JsonReader} without
|
* 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.
|
* consuming it. The returned reader becomes invalid once this one is next read or closed.
|
||||||
*
|
*
|
||||||
* For example, we can use {@code peek()} to lookahead and read the same data multiple times.
|
* <p>For example, we can use {@code peek()} to lookahead and read the same data multiple times.
|
||||||
*
|
*
|
||||||
* <pre> {@code
|
* <pre> {@code
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user