Skip to content

Commit 3a34f3d

Browse files
committed
Use org.jspecify.annotations.Nullable
1 parent 7a97a2d commit 3a34f3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/openrewrite/java/migrate/lang/var/DeclarationCheck.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@
1515
*/
1616
package org.openrewrite.java.migrate.lang.var;
1717

18+
import org.jspecify.annotations.Nullable;
1819
import org.openrewrite.Cursor;
1920
import org.openrewrite.java.tree.*;
2021

21-
import javax.annotation.Nullable;
22-
2322
import static java.util.Objects.requireNonNull;
2423

2524
final class DeclarationCheck {

0 commit comments

Comments
 (0)