Skip to content

Commit da7c2e1

Browse files
timtebeekTeamModerne
authored andcommitted
1 parent 7a52f88 commit da7c2e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/org/openrewrite/java/migrate/BouncyCastleTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import org.openrewrite.maven.tree.Scope;
2424
import org.openrewrite.test.RewriteTest;
2525

26-
import java.util.Arrays;
2726
import java.util.List;
2827

2928
import static java.util.function.UnaryOperator.identity;
@@ -34,7 +33,7 @@
3433
class BouncyCastleTest implements RewriteTest {
3534

3635
static List<String> artifactBaseNames() {
37-
return Arrays.asList("bcprov", "bcutil", "bcpkix", "bcmail", "bcjmail", "bcpg", "bctls");
36+
return List.of("bcprov", "bcutil", "bcpkix", "bcmail", "bcjmail", "bcpg", "bctls");
3837
}
3938

4039
@DocumentExample

0 commit comments

Comments
 (0)