fixing TODOs
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@64 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
d062fc4479
commit
daa2c97913
|
|
@ -303,7 +303,7 @@ public class ReflectionUtils {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// TODO optimize impl
|
// TODO optimize implementation of areBoxingCompatible
|
||||||
private static boolean areBoxingCompatible(Class class1, Class class2) {
|
private static boolean areBoxingCompatible(Class class1, Class class2) {
|
||||||
if (class1 == Integer.class && class2 == Integer.TYPE)
|
if (class1 == Integer.class && class2 == Integer.TYPE)
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue