Add @Nullable declaration to getDefaultConstructor()
See gh-25367
This commit is contained in:
@@ -726,6 +726,7 @@ public class Indexer extends SpelNodeImpl {
|
||||
}
|
||||
}
|
||||
|
||||
@Nullable
|
||||
private Constructor<?> getDefaultConstructor(Class<?> type) {
|
||||
try {
|
||||
return ReflectionUtils.accessibleConstructor(type);
|
||||
|
||||
Reference in New Issue
Block a user