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

Diff of /classpath/java/lang/Long.java

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

revision 1.19.2.3 by tromey, Mon Nov 1 15:57:08 2004 UTC revision 1.19.2.4 by tromey, Sat Nov 6 22:11:53 2004 UTC
# Line 76  public final class Long extends Number i Line 76  public final class Long extends Number i
76     * <code>Class</code> object.     * <code>Class</code> object.
77     * @since 1.1     * @since 1.1
78     */     */
79    public static final Class<Long> TYPE = VMClassLoader.getPrimitiveClass ('J');    public static final Class<Long> TYPE = (Class<Long>) VMClassLoader.getPrimitiveClass ('J');
80    
81    /**    /**
82     * The number of bits needed to represent a <code>long</code>.     * The number of bits needed to represent a <code>long</code>.

Legend:
Removed from v.1.19.2.3  
changed lines
  Added in v.1.19.2.4

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