Skip to content

Commit 065cb04

Browse files
committed
make PropNode private again
1 parent ef72c03 commit 065cb04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/ql/src/semmle/javascript/dataflow/DataFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ module DataFlow {
318318
/**
319319
* A node in the data flow graph which corresponds to a `@property`.
320320
*/
321-
class PropNode extends Node, TPropNode {
321+
private class PropNode extends Node, TPropNode {
322322
@property prop;
323323

324324
PropNode() { this = TPropNode(prop) }

0 commit comments

Comments
 (0)