From-SVN: r46526
This commit is contained in:
Bryce McKinlay 2001-10-26 05:27:58 +01:00
parent e742b08ad3
commit 3b2a3c4c2a
1 changed files with 1 additions and 1 deletions

View File

@ -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.