Skip to content

Commit

Permalink
Merge branch '3.7-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
spmallette committed Jun 6, 2024
2 parents 71a2b25 + 44f6848 commit def3150
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ public List<Traversal.Admin<S, E>> getLocalChildren() {
return (null == valueTraversal) ? Collections.emptyList() : Collections.singletonList(valueTraversal);
}

public Object getParameterItems() {
return parameterItems;
}

@Override
public Set<TraverserRequirement> getRequirements() { return this.getSelfAndChildRequirements(); }

Expand Down

0 comments on commit def3150

Please sign in to comment.