fixing TODOs

This commit is contained in:
Andy Clement
2008-08-16 01:57:46 +00:00
parent d69e9ef038
commit a54e442657

View File

@@ -303,7 +303,7 @@ public class ReflectionUtils {
}
// TODO optimize impl
// TODO optimize implementation of areBoxingCompatible
private static boolean areBoxingCompatible(Class class1, Class class2) {
if (class1 == Integer.class && class2 == Integer.TYPE)
return true;