枚举那片文章的EnumMap的groupPizzaByStatus方法有问题 #900
Closed
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
文章地址
方法中对pizzaList在for循环中进行add操作,导致ConcurrentModificationException。
将for循环部分代码,替换成如下代码:
The text was updated successfully, but these errors were encountered: