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

Diff of /classpath/java/lang/Boolean.java

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

revision 1.20.2.1 by tromey, Sat Aug 7 00:27:06 2004 UTC revision 1.20.2.2 by tromey, Sat Oct 9 22:39:55 2004 UTC
# Line 78  public final class Boolean implements Se Line 78  public final class Boolean implements Se
78     *     *
79     * @since 1.1     * @since 1.1
80     */     */
81    public static final Class TYPE = VMClassLoader.getPrimitiveClass('Z');    public static final Class<Boolean> TYPE = VMClassLoader.getPrimitiveClass('Z');
82    
83    /**    /**
84     * The immutable value of this Boolean.     * The immutable value of this Boolean.

Legend:
Removed from v.1.20.2.1  
changed lines
  Added in v.1.20.2.2

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