Files
depot/src/main
Ray Greenwell 8e3a690b79 Fixed one little thing that bothered me: null enum values could
safely be stored, but if rehydrated into a Set then an EnumSet would
be created and that can't store nulls.
So, check to see if the encoded String has any nulls in it and
have the builder create a HashSet instead.
2011-01-18 21:37:38 +00:00
..