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

audio servlet: don't change map while used by interation #801

Merged
merged 1 commit into from
May 7, 2019
Merged

audio servlet: don't change map while used by interation #801

merged 1 commit into from
May 7, 2019

Commits on May 7, 2019

  1. audio servlet: don't change map while used by interation

    We should not remove entries (so keys) from the map while we are using
    the key set (a view) of that map (see JavaDoc: otherwise "results of the
    iteration undefined").
    
    Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
    maggu2810 committed May 7, 2019
    Configuration menu
    Copy the full SHA
    ae4971e View commit details
    Browse the repository at this point in the history