File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/ql/src/semmle/code/java Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -463,7 +463,7 @@ class ArrayCreationExpr extends Expr, @arraycreationexpr {
463
463
*
464
464
* This expression type matches array initializers representing the values for
465
465
* annotation elements as well, despite the Java Language Specification considering
466
- * them a separate type, * ElementValueArrayInitializer* . It does however not match
466
+ * them a separate type, ` ElementValueArrayInitializer` . It does however not match
467
467
* values for an array annotation element which consist of a single element
468
468
* without enclosing curly brackets (as per JLS).
469
469
*/
@@ -480,7 +480,7 @@ class ArrayInit extends Expr, @arrayinit {
480
480
Expr getInit ( int index ) { result = this .getAnInit ( ) and result .getIndex ( ) = index }
481
481
482
482
/**
483
- * Gets the number of expressions in this initializer, i.e. the size the
483
+ * Gets the number of expressions in this initializer, that is, the size the
484
484
* created array will have.
485
485
*/
486
486
int getSize ( ) { result = count ( getAnInit ( ) ) }
You can’t perform that action at this time.
0 commit comments