Skip to content

Commit 8891fbf

Browse files
yoffRasmusWL
andauthored
Update python/ql/src/experimental/dataflow/internal/DataFlowPublic.qll
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent 40a6728 commit 8891fbf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

python/ql/src/experimental/dataflow/internal/DataFlowPublic.qll

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ newtype TNode =
2727
* (`ExprNode`) or a parameter (`ParameterNode`).
2828
*/
2929
class Node extends TNode {
30-
/**
31-
* Get a string representation of this data flow node.
32-
*/
30+
/** Gets a textual representation of this element. */
3331
string toString() { result = "Data flow node" }
3432

3533
/** Gets the scope of this node. */
@@ -155,4 +153,4 @@ class BarrierGuard extends Expr {
155153
*/
156154
class Content extends string {
157155
Content() { this = "Content" }
158-
}
156+
}

0 commit comments

Comments
 (0)