On 9 May 2016 at 15:25, Remi Forax <[email protected]> wrote: > CollSer implementation can be improved to avoid the ugly switch/case by > replacing the constant list by an enum,
CollSer is modelled on JSR-310 code which uses an int. An enum would be a huge overkill for this use case. Stephen
