summaryrefslogtreecommitdiffstats
path: root/libjava/java
diff options
context:
space:
mode:
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-26 04:27:58 +0000
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-26 04:27:58 +0000
commitb0c5cdf95f29b8904f90bc3cba67e433b96412fc (patch)
tree2dfdedbafa6301b3f8460fe192d5c385fcc28fad /libjava/java
parent63684c4d010b63ab6f78a994d23fcca656576c7e (diff)
downloadppe42-gcc-b0c5cdf95f29b8904f90bc3cba67e433b96412fc.tar.gz
ppe42-gcc-b0c5cdf95f29b8904f90bc3cba67e433b96412fc.zip
Oops!
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46526 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java')
-rw-r--r--libjava/java/lang/Byte.java2
1 files changed, 1 insertions, 1 deletions
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 <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.
OpenPOWER on IntegriCloud