Replace Collections.sort() with direct sort call
Replace existing `Collections.sort(...)` calls with `.sort(...)` directly on the collection instance. See gh-9781
Showing
Please register or sign in to comment
Replace existing `Collections.sort(...)` calls with `.sort(...)` directly on the collection instance. See gh-9781