Skip to content

Commit 3dc9071

Browse files
committed
Java: Add missing word in deprecation comments.
1 parent 2600906 commit 3dc9071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/src/semmle/code/java/dataflow/ParityAnalysis.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* DEPRECATED: semmle.code.java.dataflow.ModulusAnalysis instead.
2+
* DEPRECATED: Use semmle.code.java.dataflow.ModulusAnalysis instead.
33
*
44
* Parity Analysis.
55
*
@@ -225,7 +225,7 @@ Parity getExprParity(Expr e) {
225225
}
226226

227227
/**
228-
* DEPRECATED: semmle.code.java.dataflow.ModulusAnalysis instead.
228+
* DEPRECATED: Use semmle.code.java.dataflow.ModulusAnalysis instead.
229229
*
230230
* Holds if the parity can be determined for both sides of `comp`. The boolean
231231
* `eqparity` indicates whether the two sides have equal or opposite parity.

0 commit comments

Comments
 (0)