Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upChange wrong explantation in javadoc #1315
Conversation
In this file, The sorting is happened by "descending order" not "increasing order".
In this file, The sorting is happened by "descending order" not "increasing
order".
And I think it would be better if the sorting is implemented as "ascending order"
like most of sorts in this repo are.