Skip to content

Commit

Permalink
Java: Use the shared model generator implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnebel committed Sep 18, 2024
1 parent b3dbee8 commit ca33475
Show file tree
Hide file tree
Showing 6 changed files with 219 additions and 943 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit ca33475

Please sign in to comment.