Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary sort #5470

Merged
merged 4 commits into from
Oct 17, 2019
Merged

Remove unnecessary sort #5470

merged 4 commits into from
Oct 17, 2019

Commits on Oct 17, 2019

  1. Remove unnecessary sort

    The list gets sorted before. Therefore its not necessary to sort it again.
    Johannes Hupe committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    e91cc71 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary sort

    The list gets sorted before. Therefore its not necessary to sort it again.
    Johannes Hupe committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    465186b View commit details
    Browse the repository at this point in the history
  3. Changed return type to SortedList

    Johannes Hupe committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    7333da7 View commit details
    Browse the repository at this point in the history
  4. Added javadoc: return sorted list

    Johannes Hupe committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    5b7dfc5 View commit details
    Browse the repository at this point in the history