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: Warren Levy <warrenl at cygnus dot com>
- Subject: Re: Patch: New java.security.* basics
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Fri, 10 Mar 2000 17:23:39 +1300
- CC: java-patches at sourceware dot cygnus dot com
- References: <Pine.LNX.4.10.10003091808500.27239-100000@fencer.cygnus.com>
Warren Levy wrote:
> I'm committing the following patch of a bunch of java.security stuff that
> Tom Tromey and I have been working on recently.
>
Cool!
> + // 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! ;-)
regards
[ bryce ]
[*] - see PR gcj/163: Compiler permits uninitialized final variables
http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=163&database=java