We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5fbd1 commit 5295c75Copy full SHA for 5295c75
src/main/java/org/openrewrite/java/migrate/lombok/log/LogVisitor.java
@@ -25,7 +25,7 @@
25
import static java.util.Comparator.comparing;
26
27
@EqualsAndHashCode(callSuper = false)
28
-class LogVisitor extends JavaIsoVisitor<ExecutionContext> {
+public class LogVisitor extends JavaIsoVisitor<ExecutionContext> {
29
30
private final String logType;
31
private final String factoryType;
0 commit comments