RFR (XS): 8148044: Remove Enum[0] constants from EnumSet and EnumMap

Alan Bateman Alan.Bateman at oracle.com
Fri Jan 22 11:53:06 UTC 2016



On 22/01/2016 11:34, Claes Redestad wrote:
> :
>
> During testing I discovered that EnumSet was missing a 
> serialVersionUID, which needs to be added. 
I assume this is not needed, it already has:

@SuppressWarnings("serial") // No serialVersionUID due to usage of 
serial proxy pattern

-Alan



More information about the core-libs-dev mailing list