Codebase list libandroid-json-org-java / be1a99e
Comments/javadoc should be in en_US, not en_CA. Change-Id: Ie9dde4971e0a6a8dadd14af43d631158fc488cd8 Elliott Hughes authored 13 years ago Thomas Koch committed 11 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
147147 case '#':
148148 /*
149149 * Skip a # hash end-of-line comment. The JSON RFC doesn't
150 * specify this behaviour, but it's required to parse
150 * specify this behavior, but it's required to parse
151151 * existing documents. See http://b/2571423.
152152 */
153153 skipToEndOfLine();