Skip to content

Commit 98d6353

Browse files
committed
Java: Address review comments.
1 parent c27b611 commit 98d6353

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

java/ql/lib/semmle/code/java/dataflow/internal/ExternalFlowExtensions.qll

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ extensible predicate neutralModel(
3434
);
3535

3636
/**
37-
* DEPRECATED: Do not use.
37+
* INTERNAL: Do not use.
38+
*
39+
* DEPRECATED: This predicate is only intended for adding models used by experimental queries.
40+
* This predicate will be deleted in the future.
3841
*
3942
* Holds if an experimental source model exists for the given parameters.
4043
* This is only for experimental queries.
@@ -45,7 +48,10 @@ extensible predicate experimentalSourceModel(
4548
);
4649

4750
/**
48-
* DEPRECATED: Do not use.
51+
* INTERNAL: Do not use.
52+
*
53+
* DEPRECATED: This predicate is only intended for adding models used by experimental queries.
54+
* This predicate will be deleted in the future.
4955
*
5056
* Holds if an experimental sink model exists for the given parameters.
5157
* This is only for experimental queries.
@@ -56,7 +62,10 @@ extensible predicate experimentalSinkModel(
5662
);
5763

5864
/**
59-
* DEPRECATED: Do not use.
65+
* INTERNAL: Do not use.
66+
*
67+
* DEPRECATED: This predicate is only intended for adding models used by experimental queries.
68+
* This predicate will be deleted in the future.
6069
*
6170
* Holds if an experimental summary model exists for the given parameters.
6271
* This is only for experimental queries.

0 commit comments

Comments
 (0)