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

Diff of /classpath/java/io/ObjectOutputStream.java

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

revision 1.62 by tromey, Tue Oct 25 16:22:06 2005 UTC revision 1.63 by jfrijters, Tue Nov 1 14:54:23 2005 UTC
# Line 363  public class ObjectOutputStream extends Line 363  public class ObjectOutputStream extends
363    
364              throw new NotSerializableException(clazz.getName()              throw new NotSerializableException(clazz.getName()
365                                                 + " in "                                                 + " in "
366                                                 + currentObject.getClass());                                                 + obj.getClass());
367            } // end pseudo-loop            } // end pseudo-loop
368        }        }
369      catch (ObjectStreamException ose)      catch (ObjectStreamException ose)

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

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