GitHub user yaojiefeng opened a pull request:

    https://github.com/apache/twill/pull/19

    Fix ConcurrentModificationException from removal in map and refactor …

    …the code
    Removing loglevel from the map during iteration will cause 
ConcurrentModificationException. 
    Now Using Iterator to iterate the map and remove. Also refactored the code 
a bit.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/yaojiefeng/twill 
fix/Remove-during-iteration-and-refactor

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/twill/pull/19.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #19
    
----
commit 68ecea9fa3303ecd1e98ca0aae034df971c11590
Author: yaojiefeng <yao...@cask.co>
Date:   2016-12-13T23:08:54Z

    Fix ConcurrentModificationException from removal in map and refactor the 
code

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to