Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/tycho-version-3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenartur authored Mar 24, 2024
2 parents 4056f75 + b8e1b88 commit 01a8b7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ public void simpleTest3c() {
@Test
public void simpleTest3d() {
Set<ASTNode> nodesprocessed = null;
HelperVisitor<ReferenceHolder<String,NodeFound>,String,NodeFound> hv = new HelperVisitor<>(nodesprocessed, new ReferenceHolder<String, NodeFound>());
HelperVisitor<ReferenceHolder<String,NodeFound>,String,NodeFound> hv = new HelperVisitor<>(nodesprocessed, new ReferenceHolder<>());
VisitorEnum.stream().forEach(ve -> {
hv.add(ve, (node, holder) -> {
String x = "Start "+node.getNodeType() + " :" + node; //$NON-NLS-1$ //$NON-NLS-2$
Expand Down

0 comments on commit 01a8b7f

Please sign in to comment.