From: Bryce McKinlay Date: Fri, 26 Oct 2001 04:27:58 +0000 (+0100) Subject: Oops! X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3b2a3c4c2a238096562e831b4cef2f866cd1e51e;p=gcc.git Oops! From-SVN: r46526 --- diff --git a/libjava/java/lang/Byte.java b/libjava/java/lang/Byte.java index 964e073b735..b264a995242 100644 --- a/libjava/java/lang/Byte.java +++ b/libjava/java/lang/Byte.java @@ -57,7 +57,7 @@ public final class Byte extends Number implements Comparable * The primitive type byte is represented by this * Class object. */ - public static final Class TYPE = VMClassLoader.getPrimitiveClass("byte"); + public static final Class TYPE = VMClassLoader.getPrimitiveClass('B'); /** * The immutable value of this Byte.