Minor: fix parser error message

This commit is contained in:
Pavel V. Talanov
2014-10-30 14:29:09 +03:00
parent c36fc42014
commit 632bceef26
@@ -508,7 +508,7 @@ public class JetParsing extends AbstractJetParsing {
} }
} }
expect(RBRACKET, "Expecting ']' to close an list of annotation"); expect(RBRACKET, "Expecting ']' to close the annotation list");
myBuilder.restoreNewlinesState(); myBuilder.restoreNewlinesState();
annotation.done(ANNOTATION); annotation.done(ANNOTATION);