Merge pull request #199 from square/jwilson.1013.drop_private_url

Don't link to Google's internal bugtracker.
This commit is contained in:
Jake Wharton
2016-10-13 22:15:44 -04:00
committed by GitHub

View File

@@ -970,7 +970,7 @@ final class BufferedSourceJsonReader extends JsonReader {
}
} else if (c == '#') {
// 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();
skipToEndOfLine();
p = 0;