Update docs/codeql/codeql-language-guides/analyzing-data-flow-in-java.rst

This commit is contained in:
Ben Ahmady
2022-11-23 10:08:10 +00:00
committed by GitHub
parent c06b8a68e5
commit df7f0cf9a9

View File

@@ -5,6 +5,8 @@ Analyzing data flow in Java
You can use CodeQL to track the flow of data through a Java program to its use.
.. include:: ../reusables/kotlin-beta-note.rst
.. include:: ../reusables/kotlin-java-differences.rst
About this article