Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Remove javax/jakarta.annotation.Nonnull, not NotNull
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jul 5, 2024
1 parent 3d72485 commit 7c23be8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/rewrite/openrewrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ recipeList:
- org.openrewrite.java.RemoveAnnotation:
annotationPattern: '@org.jetbrains.annotations.NotNull'
- org.openrewrite.java.RemoveAnnotation:
annotationPattern: '@javax.annotation.NotNull'
annotationPattern: '@javax.annotation.Nonnull'
- org.openrewrite.java.RemoveAnnotation:
annotationPattern: '@jakarta.annotation.NotNull'
annotationPattern: '@jakarta.annotation.Nonnull'

0 comments on commit 7c23be8

Please sign in to comment.