Skip to content

Commit

Permalink
Revert "Use new RemoveUnusedImports constructor"
Browse files Browse the repository at this point in the history
This reverts commit 32c3a42.
  • Loading branch information
knutwannheden committed Sep 8, 2023
1 parent 32c3a42 commit 4582163
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public J.MethodInvocation visitMethodInvocation(J.MethodInvocation method, Execu
);
}

doAfterVisit(new RemoveUnusedImports(false).getVisitor());
doAfterVisit(new RemoveUnusedImports().getVisitor());
doAfterVisit(new UnqualifiedMethodInvocations());
return m;
}
Expand Down

0 comments on commit 4582163

Please sign in to comment.