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

Update IslandLevelCalculator.java #314

Merged
merged 1 commit into from
May 31, 2024
Merged

Update IslandLevelCalculator.java #314

merged 1 commit into from
May 31, 2024

Commits on May 31, 2024

  1. Update IslandLevelCalculator.java

    Fix for occasional errors likely due to the use of the remove() method within a lambda expression inside the thenAccept method. This lambda expression is executed asynchronously, which means that the iterator may not be in a consistent state when remove() is called.
    tastybento authored May 31, 2024
    Configuration menu
    Copy the full SHA
    c9777a8 View commit details
    Browse the repository at this point in the history