You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(autojac): Make OrderedSet a MutableSet (#352)
* Make OrderedSet inherit from MutableSet rather than Set
* Extract the discard method in OrderedSet (which is mandatory as it is an abstract method of the MutableSet class)
0 commit comments