mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +08:00
Don't link to Google's internal bugtracker.
Closes: https://github.com/square/moshi/issues/122
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