Oops!
From-SVN: r46526
This commit is contained in:
parent
e742b08ad3
commit
3b2a3c4c2a
@ -57,7 +57,7 @@ public final class Byte extends Number implements Comparable
|
||||
* The primitive type <code>byte</code> is represented by this
|
||||
* <code>Class</code> object.
|
||||
*/
|
||||
public static final Class TYPE = VMClassLoader.getPrimitiveClass("byte");
|
||||
public static final Class TYPE = VMClassLoader.getPrimitiveClass('B');
|
||||
|
||||
/**
|
||||
* The immutable value of this Byte.
|
||||
|
Loading…
Reference in New Issue
Block a user