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