mirror of
https://github.com/github/codeql.git
synced 2026-04-19 22:14:01 +02:00
Java: Use the shared model generator implementation.
This commit is contained in:
@@ -760,7 +760,7 @@ ContentApprox getContentApprox(Content c) {
|
||||
/**
|
||||
* Holds if the the content `c` is a container.
|
||||
*/
|
||||
predicate containerContent(Content c) {
|
||||
predicate containerContent(ContentSet c) {
|
||||
c instanceof ArrayContent or
|
||||
c instanceof CollectionContent or
|
||||
c instanceof MapKeyContent or
|
||||
|
||||
Reference in New Issue
Block a user