/[classpath]/classpath/java/io/Serializable.java
ViewVC logotype

Diff of /classpath/java/io/Serializable.java

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

revision 1.9.2.1 by gnu_andrew, Tue Jan 18 11:38:30 2005 UTC revision 1.9.2.2 by gnu_andrew, Sat Feb 19 10:50:35 2005 UTC
# Line 1  Line 1 
1  /* Serializable.java -- Interface to indicate a class may be serialized  /* Serializable.java -- Interface to indicate a class may be serialized
2     Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2001, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 47  package java.io; Line 47  package java.io;
47    * the implementing class may be serialized.    * the implementing class may be serialized.
48    *    *
49    * @author Aaron M. Renn (arenn@urbanophile.com)    * @author Aaron M. Renn (arenn@urbanophile.com)
50    * @author Warren Levy <warrenl@cygnus.com>    * @author Warren Levy (warrenl@cygnus.com)
51    */    */
52  public interface Serializable  public interface Serializable
53  {  {

Legend:
Removed from v.1.9.2.1  
changed lines
  Added in v.1.9.2.2

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