File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
toxic-library-remover/src/main/java/com/github/jtama/openrewrite Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class RemoveTryCatchConnectionVisitor extends JavaVisitor<ExecutionContex
3434 public static final String PATH_PARAM = "pathParam" ;
3535 public static final String IS_EMPTY_PARAM = "isEmptyParam" ;
3636 private final MethodMatcher isEmptyInvocaMatcher = new MethodMatcher ("com.github.jtama.toxic.FooBarUtils isEmpty(java.lang.String)" );
37- private final MethodMatcher newFileMatcher = new MethodMatcher ("java.io.File<constructor>(..)" );
37+ private final MethodMatcher newFileMatcher = new MethodMatcher ("java.io.File <constructor>(..)" );
3838 private final JavaTemplate template = JavaTemplate .builder ("Path.of(#{any()})" )
3939 .imports ("java.nio.file.Path" ).build ();
4040
You can’t perform that action at this time.
0 commit comments