Browse Source

polish

pull/23217/head
Keith Donald 15 years ago
parent
commit
066b4d542b
  1. 1
      org.springframework.core/src/main/java/org/springframework/core/convert/TypeDescriptor.java

1
org.springframework.core/src/main/java/org/springframework/core/convert/TypeDescriptor.java

@ -65,7 +65,6 @@ public class TypeDescriptor { @@ -65,7 +65,6 @@ public class TypeDescriptor {
typeDescriptorCache.put(String.class, new TypeDescriptor(String.class));
}
private Class<?> type;
private MethodParameter methodParameter;

Loading…
Cancel
Save