mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Delete unused method in TypeDescriptor
This commit is contained in:
@@ -437,10 +437,6 @@ public class TypeDescriptor implements Serializable {
|
||||
return narrow(mapValue, getMapValueTypeDescriptor());
|
||||
}
|
||||
|
||||
private Class<?> getType(TypeDescriptor typeDescriptor) {
|
||||
return (typeDescriptor != null ? typeDescriptor.getType() : null);
|
||||
}
|
||||
|
||||
private TypeDescriptor narrow(Object value, TypeDescriptor typeDescriptor) {
|
||||
if (typeDescriptor != null) {
|
||||
return typeDescriptor.narrow(value);
|
||||
|
||||
Reference in New Issue
Block a user