This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Patch: New java.security.* basics
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: Patch: New java.security.* basics
- From: Warren Levy <warrenl at cygnus dot com>
- Date: Thu, 9 Mar 2000 21:00:23 -0800 (PST)
- cc: java-patches at sourceware dot cygnus dot com
On Fri, 10 Mar 2000, Bryce McKinlay wrote:
> Warren Levy wrote:
>
> > + // FIXME: need to set this at some point when serialization is implemented.
> > + public static final long serialVersionUID;
>
> Thats not not actually legal Java [*]. Probibly best to set them all to 0 for now, in case
> the compiler gets fixed! ;-)
Oops, I meant to do that the other day when I saw gcj/163 come in. Thanks
for bringing it up.
--warrenl