mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 22:59:03 +00:00
Refine null-safety in spring-expression
See gh-32475
This commit is contained in:
@@ -463,7 +463,7 @@ public class TypeDescriptor implements Serializable {
|
||||
* @see #narrow(Object)
|
||||
*/
|
||||
@Nullable
|
||||
public TypeDescriptor getMapValueTypeDescriptor(Object mapValue) {
|
||||
public TypeDescriptor getMapValueTypeDescriptor(@Nullable Object mapValue) {
|
||||
return narrow(mapValue, getMapValueTypeDescriptor());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user