Oops!
authorBryce McKinlay <bryce@gcc.gnu.org>
Fri, 26 Oct 2001 04:27:58 +0000 (05:27 +0100)
committerBryce McKinlay <bryce@gcc.gnu.org>
Fri, 26 Oct 2001 04:27:58 +0000 (05:27 +0100)
From-SVN: r46526

libjava/java/lang/Byte.java

index 964e073b73516e3ef11f7b5b5269510caf6765dd..b264a995242c22b4a3d2688b5799af60fa7abd1a 100644 (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.