/[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 by ericb, Sun Feb 24 04:25:16 2002 UTC revision 1.15 by mkoch, Fri Oct 15 07:44:17 2004 UTC
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
   
38  package java.lang;  package java.lang;
39    
40    
41  /**  /**
42   * Void is a placeholder class so that the variable <code>Void.TYPE</code>   * Void is a placeholder class so that the variable <code>Void.TYPE</code>
43   * (also available as <code>void.class</code>) can be supported for   * (also available as <code>void.class</code>) can be supported for
44   * reflection return types.   * reflection return types.
45   *   *
46   * <p>This class could be Serializable, but that is up to Sun.   * <p>This class could be Serializable, but that is up to Sun.</p>
47   *   *
48   * @author Paul Fisher   * @author Paul Fisher
49   * @author John Keiser   * @author John Keiser
50   * @author Eric Blake <ebb9@email.byu.edu>   * @author Eric Blake (ebb9@email.byu.edu)
51   * @since 1.1   * @since 1.1
52   * @status updated to 1.4   * @status updated to 1.4
53   */   */
# Line 62  public final class Void Line 62  public final class Void
62    /**    /**
63     * Void is non-instantiable.     * Void is non-instantiable.
64     */     */
65    private Void() { }    private Void()
66      {
67      }
68  }  }

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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