eclipse / eclipse-collections

Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.
http://www.eclipse.org/collections
2.42k stars 604 forks source link

Put AbstractImmutablePrimitiveSetTestCase template in the right folder #1520

Closed Desislav-Petrov closed 4 months ago

Desislav-Petrov commented 10 months ago

Currently the abstractImmutablePrimitiveSetTestCase template file sits under directory 'mutable'.

image

The file should logically sit under the 'immutable' template directory.