Re: Serial warnings in java.util.ArrayPrefixHelpers

2014-02-20 Thread Chris Hegarty
On 19 Feb 2014, at 23:44, Joseph Darcy wrote: > On 2/19/2014 12:16 PM, Martin Buchholz wrote: >> The jsr166 CVS version of this file already has serialVersionUIDs added. >> jsr166 CVS src/main has been jdk8/jdk9 warning-clean for a while now. > > Thanks for the update Martin; looking forward to

Re: Serial warnings in java.util.ArrayPrefixHelpers

2014-02-19 Thread Joseph Darcy
On 2/19/2014 12:16 PM, Martin Buchholz wrote: The jsr166 CVS version of this file already has serialVersionUIDs added. jsr166 CVS src/main has been jdk8/jdk9 warning-clean for a while now. Thanks for the update Martin; looking forward to the next sync to get rid of a few more warnings :-) -J