Skip to content

Commit 4034719

Browse files
authored
Update jspecify.yml
1 parent b652150 commit 4034719

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
@@ -28,7 +28,7 @@ recipeList:
2828
- org.openrewrite.java.jspecify.MigrateFromJetbrainsAnnotations
2929
# Running the following recipe on current versions of Spring can cause Spring to misunderstand a nullable field.
3030
# For instance, a custom Prometheus scrape endpoint with @Nullable Set<String> includedNames will fail if
31-
# includedNames is null and if @Nullable is @org.jspecify.Nullable.
31+
# includedNames is null and if @Nullable is @org.jspecify.annotations.Nullable.
3232
# - org.openrewrite.java.jspecify.MigrateFromSpringFrameworkAnnotations
3333

3434
---

0 commit comments

Comments
 (0)