Clone
Marcin Cieslak
committed
on 14 Jul 21
LDEV-4868 Fix class cast issue when importing an old LD with Scratchie
By default scratchieItems were HashSet, but at some point they became… Show more
LDEV-4868 Fix class cast issue when importing an old LD with Scratchie

By default scratchieItems were HashSet, but at some point they became

SortedSet, so we need to convert them. Show less