Replace Collections.sort() with direct sort call
Replace existing `Collections.sort(...)` calls with `.sort(...)` directly on the collection instance. See gh-9781pull/9855/head
parent
04fdec6f8b
commit
4a189bdee7
Loading…
Reference in New Issue