Don't link to Google's internal bugtracker.

Closes: https://github.com/square/moshi/issues/122
This commit is contained in:
jwilson
2016-10-13 22:09:19 -04:00
parent 4847160540
commit 6df7fa4dd5

View File

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