OF-1348: Can't use SortedSet without Comparable items.
This commit fixes a runtime problem caused by SortedSet usage with providers that are not Comparable. By using a different Set implementation, iteration order is predictable, without there being a need for providers being Comparable.
Showing
Please register or sign in to comment