mirror of
https://github.com/fankes/moshi.git
synced 2025-10-20 00:19:21 +08:00
Merge pull request #199 from square/jwilson.1013.drop_private_url
Don't link to Google's internal bugtracker.
This commit is contained in:
@@ -970,7 +970,7 @@ final class BufferedSourceJsonReader extends JsonReader {
|
|||||||
}
|
}
|
||||||
} else if (c == '#') {
|
} else if (c == '#') {
|
||||||
// Skip a # hash end-of-line comment. The JSON RFC doesn't specify this behaviour, but it's
|
// Skip a # hash end-of-line comment. The JSON RFC doesn't specify this behaviour, but it's
|
||||||
// required to parse existing documents. See http://b/2571423.
|
// required to parse existing documents.
|
||||||
checkLenient();
|
checkLenient();
|
||||||
skipToEndOfLine();
|
skipToEndOfLine();
|
||||||
p = 0;
|
p = 0;
|
||||||
|
Reference in New Issue
Block a user