mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
make PropNode private again
This commit is contained in:
@@ -318,7 +318,7 @@ module DataFlow {
|
||||
/**
|
||||
* A node in the data flow graph which corresponds to a `@property`.
|
||||
*/
|
||||
class PropNode extends Node, TPropNode {
|
||||
private class PropNode extends Node, TPropNode {
|
||||
@property prop;
|
||||
|
||||
PropNode() { this = TPropNode(prop) }
|
||||
|
||||
Reference in New Issue
Block a user