Nullability refinements

See gh-32475
This commit is contained in:
Sébastien Deleuze
2024-03-19 13:30:46 +01:00
parent 71a117c0fd
commit aa0fb97ba5
4 changed files with 6 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ public class MockSpringFactoriesLoader extends SpringFactoriesLoader {
@Override
@Nullable
@SuppressWarnings("unchecked")
protected <T> T instantiateFactory(String implementationName, Class<T> type,
@Nullable ArgumentResolver argumentResolver, FailureHandler failureHandler) {