git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@633621 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d6658cb3c6
commit
39a6c14bd6
|
@ -64,7 +64,7 @@ public class ClassUtils {
|
|||
/**
|
||||
* Maps primitive <code>Class</code>es to their corresponding wrapper <code>Class</code>.
|
||||
*/
|
||||
private static Map primitiveWrapperMap = new HashMap();
|
||||
private static Map primitiveWrapperMap = new HashMap();
|
||||
static {
|
||||
primitiveWrapperMap.put(Boolean.TYPE, Boolean.class);
|
||||
primitiveWrapperMap.put(Byte.TYPE, Byte.class);
|
||||
|
|
Loading…
Reference in New Issue