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

Diff of /classpath/java/lang/Void.java

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

revision 1.14.2.2 by tromey, Sat Oct 9 23:12:26 2004 UTC revision 1.14.2.3 by tromey, Sat Nov 6 22:11:53 2004 UTC
# Line 57  public final class Void Line 57  public final class Void
57     * The return type <code>void</code> is represented by this     * The return type <code>void</code> is represented by this
58     * <code>Class</code> object.     * <code>Class</code> object.
59     */     */
60    public static final Class<Void> TYPE = VMClassLoader.getPrimitiveClass('V');    public static final Class<Void> TYPE = (Class<Void>) VMClassLoader.getPrimitiveClass('V');
61    
62    /**    /**
63     * Void is non-instantiable.     * Void is non-instantiable.

Legend:
Removed from v.1.14.2.2  
changed lines
  Added in v.1.14.2.3

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