/[classpath]/classpath/java/lang/Byte.java
ViewVC logotype

Diff of /classpath/java/lang/Byte.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22.2.3 by tromey, Mon Nov 1 15:57:08 2004 UTC revision 1.22.2.4 by tromey, Sat Nov 6 22:11:53 2004 UTC
# Line 75  public final class Byte extends Number i Line 75  public final class Byte extends Number i
75     * The primitive type <code>byte</code> is represented by this     * The primitive type <code>byte</code> is represented by this
76     * <code>Class</code> object.     * <code>Class</code> object.
77     */     */
78    public static final Class<Byte> TYPE = VMClassLoader.getPrimitiveClass('B');    public static final Class<Byte> TYPE = (Class<Byte>) VMClassLoader.getPrimitiveClass('B');
79    
80    /**    /**
81     * The number of bits needed to represent a <code>byte</code>.     * The number of bits needed to represent a <code>byte</code>.

Legend:
Removed from v.1.22.2.3  
changed lines
  Added in v.1.22.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26