Update docs/codeql/codeql-language-guides/customizing-library-models-for-java.rst

Co-authored-by: Jami <57204504+jcogs33@users.noreply.github.com>
This commit is contained in:
Michael Nebel
2023-05-08 12:40:30 +02:00
committed by GitHub
parent 6eb13a6947
commit 5bf552b318

View File

@@ -260,7 +260,7 @@ We need to add a tuple to the **neutralModel**\(package, type, name, signature,
Since we are adding a neutral model, we need to add tuples to the **neutralModel** extensible predicate.
The first four values identify the callable (in this case a method) to be modeled as a neutral, the fourth value is the kind, and the sixth value is the provenance (origin) of the neutral.
The first four values identify the callable (in this case a method) to be modeled as a neutral, the fifth value is the kind, and the sixth value is the provenance (origin) of the neutral.
- The first value **java.time** is the package name.
- The second value **Instant** is the class (type) name.