Fixed a funny typo in grammar (bug 1335088)

This commit is contained in:
Oleg Sukhodolsky 2005-10-24 15:18:14 +00:00
parent 452efe9720
commit ea0c517992
2 changed files with 5 additions and 2 deletions

View File

@ -439,10 +439,10 @@ annotations
;
annotationArguments
: annotationMemberValueInitializer | anntotationMemberValuePairs
: annotationMemberValueInitializer | annotationMemberValuePairs
;
anntotationMemberValuePairs
annotationMemberValuePairs
: annotationMemberValuePair ( COMMA annotationMemberValuePair )*
;

View File

@ -49,6 +49,9 @@
The InnerAssignment check didn't find all instances of inner
assignments. Bug 1195047.
</li>
<li>
Fixed typo in grammar (bug 1335088)
</li>
</ul>
<p>Other improvements:</p>