This commit is contained in:
Keith Donald
2010-04-19 01:47:34 +00:00
parent 594596f361
commit 066b4d542b

View File

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