Skip to content

Commit c60ce41

Browse files
committed
add RedundantCast suppression to prevent intellij autoformat blowing away type cast for test
1 parent 827267f commit c60ce41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/kotlin/org/openrewrite/java/migrate/JavaxToJakartaTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ class JavaxToJakartaTest : JavaRecipeTest {
238238
)
239239

240240
@Test
241+
@Suppress("RedundantCast")
241242
fun typeCast() = assertChanged(
242243
dependsOn = arrayOf(javax, jakarta),
243244
before = """

0 commit comments

Comments
 (0)