提交 a54e4426 编写于 作者: A Andy Clement

fixing TODOs

上级 d69e9ef0
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册