mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Undo error from previous commit
Oops, now I see why that wasn't private
This commit is contained in:
@@ -206,7 +206,7 @@ query predicate reformattedTrainingEndpoints(
|
||||
* Gets the ATM data flow configuration for the specified query.
|
||||
* TODO: Delete this once we are no longer surfacing `hasFlowFromSource`.
|
||||
*/
|
||||
private DataFlow::Configuration getDataFlowCfg(Query query) {
|
||||
DataFlow::Configuration getDataFlowCfg(Query query) {
|
||||
query instanceof NosqlInjectionQuery and
|
||||
result instanceof NosqlInjectionAtm::NosqlInjectionAtmConfig
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user