Skip to content

Commit 3bf9abb

Browse files
committed
Avoid ambiguous term 'successor'.
1 parent 0d66ceb commit 3bf9abb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/ql/lib/semmle/code/java/dataflow/StringPrefixes.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ import semmle.code.java.dataflow.TaintTracking
3131
private import semmle.code.java.StringFormat
3232

3333
/**
34-
* A string constant that contains a prefix whose possible successor strings are returned
35-
* by `getAnAppendedExpression`.
34+
* A string constant that contains a prefix whose possibly-appended strings are
35+
* returned by `getAnAppendedExpression`.
3636
*
37-
* Extend this class to specify prefixes whose successors should be analysed.
37+
* Extend this class to specify prefixes whose possibly-appended strings should be analysed.
3838
*/
3939
abstract class InterestingPrefix extends CompileTimeConstantExpr {
4040
/**

0 commit comments

Comments
 (0)