Fixed a funny typo in grammar (bug 1335088)
This commit is contained in:
parent
452efe9720
commit
ea0c517992
|
|
@ -439,10 +439,10 @@ annotations
|
|||
;
|
||||
|
||||
annotationArguments
|
||||
: annotationMemberValueInitializer | anntotationMemberValuePairs
|
||||
: annotationMemberValueInitializer | annotationMemberValuePairs
|
||||
;
|
||||
|
||||
anntotationMemberValuePairs
|
||||
annotationMemberValuePairs
|
||||
: annotationMemberValuePair ( COMMA annotationMemberValuePair )*
|
||||
;
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue