Skip to content

Commit 0f3ca54

Browse files
committed
fix bot changes
1 parent 45101e7 commit 0f3ca54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/openrewrite/java/testing/junit5/ParameterizedRunnerToParameterized.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ public J.MethodDeclaration visitMethodDeclaration(J.MethodDeclaration method, Ex
388388
}
389389

390390
@Override
391-
public @Nullable J.MethodInvocation visitMethodInvocation(J.MethodInvocation method, ExecutionContext ctx) {
391+
public J.@Nullable MethodInvocation visitMethodInvocation(J.MethodInvocation method, ExecutionContext ctx) {
392392
J.MethodInvocation mi = super.visitMethodInvocation(method, ctx);
393393
J.MethodDeclaration enclosingMethod = getCursor().firstEnclosing(J.MethodDeclaration.class);
394394
// remove redundant super call, otherwise it will create compilation error when this constructor is converted to regular method.

0 commit comments

Comments
 (0)