On Sat, 7 Jul 2001, John Leuner wrote:

> > I'm talking about these lines from java.util.Hashtable:
> > 
> >   // used for serializing instances of this class
> >   private static final ObjectStreamField[] serialPersistentFields =
> >     { new ObjectStreamField("loadFactor", float.class),
> >       new ObjectStreamField("threshold", int.class) };
> 
> I didn't see these. Further inspection shows that they're not in my
> copy of Hashtable.java. I have revision 1.13 from CVS, which one are
> you using?

I have the 0.02 tarball:

  ftp://alpha.gnu.org/pub/gnu/classpath/classpath-0.02.tar.gz

--
Patrick Doyle
[EMAIL PROTECTED]


_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to