/[classpath]/classpath/java/util/Vector.java
ViewVC logotype

Diff of /classpath/java/util/Vector.java

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

revision 1.21 by glavaux, Wed Nov 3 17:40:12 2004 UTC revision 1.22 by mark, Sat Nov 6 14:58:49 2004 UTC
# Line 929  public class Vector extends AbstractList Line 929  public class Vector extends AbstractList
929      s.defaultWriteObject();      s.defaultWriteObject();
930    }    }
931    
   /**  
    * Deserializes this object from the given stream.  
    *  
    * @param s the stream to read from  
    * @throws ClassNotFoundException if the underlying stream fails  
    * @throws IOException if the underlying stream fails  
    * @serialData just calls default read function  
    */  
   private void readObject(ObjectInputStream s)  
     throws IOException, ClassNotFoundException  
   {  
     s.defaultReadObject();  
   }  
   
932  }  }

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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