mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
Nullability refinements
See gh-32475
This commit is contained in:
+1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user