Skip to content

Commit

Permalink
Upgrade reactor.util.annotation content
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed May 14, 2024
1 parent c69ab06 commit 60c5f44
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ class PathMatchingResourcePatternResolverTests {

private static final String[] TEST_CLASSES_IN_CORE_IO_SUPPORT = {"PathMatchingResourcePatternResolverTests.class"};

private static final String[] CLASSES_IN_REACTOR_UTIL_ANNOTATION = {"NonNull.class", "NonNullApi.class", "Nullable.class"};
private static final String[] CLASSES_IN_REACTOR_UTIL_ANNOTATION =
{"Incubating.class", "NonNull.class", "NonNullApi.class", "Nullable.class"};


private PathMatchingResourcePatternResolver resolver = new PathMatchingResourcePatternResolver();
Expand Down

0 comments on commit 60c5f44

Please sign in to comment.