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

Refactor to sorted set #5477

Merged
merged 3 commits into from
Oct 19, 2019
Merged

Refactor to sorted set #5477

merged 3 commits into from
Oct 19, 2019

Commits on Oct 18, 2019

  1. Refactor Webfetchers to return Sets instead of Lists

    This removes the dependency on JavaFx SortedList class
    Johannes Hupe committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    e6fd725 View commit details
    Browse the repository at this point in the history
  2. Refactor Webfetchers to return Sets instead of Lists

    This removes the dependency on JavaFx SortedList class
    Johannes Hupe committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    9591d3a View commit details
    Browse the repository at this point in the history
  3. Removes nested constructor call

    Set.of is used instead of new HashSet
    Johannes Hupe committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    7b2494b View commit details
    Browse the repository at this point in the history