Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dmm9 committed Dec 15, 2023
1 parent 282656a commit d62a1cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public E add(final GModelElement child) {
return self();
}

public E addAll(final List<GModelElement> children) {
public E addAll(final List<? extends GModelElement> children) {
this.children.addAll(children);
return self();
}
Expand Down

0 comments on commit d62a1cd

Please sign in to comment.