Skip to content

Commit adb5267

Browse files
refactor: OpenRewrite best practices
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.recipes.OpenRewriteBestPractices?organizationId=T3BlblJld3JpdGU%3D Co-authored-by: Moderne <[email protected]>
1 parent 0c2d4af commit adb5267

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/openrewrite/java/logging/log4j/ConvertJulEntering.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ private J.Literal buildNullString() {
8787
}
8888
);
8989
}
90-
}
90+
}

src/main/java/org/openrewrite/java/logging/log4j/ConvertJulExiting.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ public J.MethodInvocation visitMethodInvocation(J.MethodInvocation method, Execu
8282
}
8383
});
8484
}
85-
}
85+
}

0 commit comments

Comments
 (0)