Merge pull request #1714 from jf205/typo/sd-3739

docs: fix typo in Java data flow exercise
This commit is contained in:
Felicity Chapman
2019-08-08 12:33:56 +01:00
committed by GitHub

View File

@@ -352,6 +352,6 @@ Exercise 4
}
}
from DataFlow::Node src, DataFlow::Node sink, Configuration config
from DataFlow::Node src, DataFlow::Node sink, GetenvToURLConfiguration config
where config.hasFlow(src, sink)
select src, "This environment variable constructs a URL $@.", sink, "here"