Merge branch '6.1.x'

This commit is contained in:
Sébastien Deleuze
2024-03-20 10:08:30 +01:00
8 changed files with 29 additions and 14 deletions

View File

@@ -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());
}