File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/ql/lib/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 @@ -1014,7 +1014,7 @@ class ValueOrReferenceEqualsExpr extends BinaryExpr {
1014
1014
* A binary expression using either Java or Kotlin's `!=` operator.
1015
1015
*
1016
1016
* This might test for reference equality or might function like `Objects.equals`. If you
1017
- * need to distinguish them, use `EQExpr ` or `ValueEQExpr ` instead.
1017
+ * need to distinguish them, use `NEExpr ` or `ValueNEExpr ` instead.
1018
1018
*/
1019
1019
class ValueOrReferenceNotEqualsExpr extends BinaryExpr {
1020
1020
ValueOrReferenceNotEqualsExpr ( ) { this instanceof NEExpr or this instanceof ValueNEExpr }
@@ -2461,7 +2461,7 @@ class ClassExpr extends Expr, @getclassexpr {
2461
2461
}
2462
2462
2463
2463
/**
2464
- * An statement expression.
2464
+ * A statement expression.
2465
2465
*
2466
2466
* In some contexts, a Kotlin expression can contain a statement.
2467
2467
*/
You can’t perform that action at this time.
0 commit comments