diff options
Diffstat (limited to 'libjava/java/lang/Integer.java')
-rw-r--r-- | libjava/java/lang/Integer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/lang/Integer.java b/libjava/java/lang/Integer.java index 8e417e9..afa42a4 100644 --- a/libjava/java/lang/Integer.java +++ b/libjava/java/lang/Integer.java @@ -58,7 +58,7 @@ public final class Integer extends Number implements Comparable * The primitive type <code>int</code> is represented by this * <code>Class</code> object. */ - public static final Class TYPE = VMClassLoader.getPrimitiveClass ("int"); + public static final Class TYPE = VMClassLoader.getPrimitiveClass ('I'); /** * The immutable value of this Integer. |