Undo error from previous commit

Oops, now I see why that wasn't private
This commit is contained in:
tiferet
2022-12-01 14:32:09 -08:00
parent 294f34bf07
commit 2e20abca90

View File

@@ -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