Skip to content

Commit 68f52b9

Browse files
Include migrating ParametersAreNonnullByDefault (#596)
Co-authored-by: Tim te Beek <[email protected]>
1 parent 59d56a6 commit 68f52b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/META-INF/rewrite/jspecify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ recipeList:
5252
ignoreDefinition: true
5353
- org.openrewrite.java.ChangeType:
5454
oldFullyQualifiedTypeName: javax.annotation.ParametersAreNonnullByDefault
55-
newFullyQualifiedTypeName: org.jspecify.annotation.NullMarked
55+
newFullyQualifiedTypeName: org.jspecify.annotations.NullMarked
5656
ignoreDefinition: true
5757
- org.openrewrite.staticanalysis.java.MoveFieldAnnotationToType:
5858
annotationType: org.jspecify.annotations.*

0 commit comments

Comments
 (0)