timatooth/MineloadPlugin

Need to change how collections are viewed

Closed this issue · 0 comments

19:22:47 [SEVERE] Exception in thread "Thread-42" 
19:22:47 [SEVERE] java.util.ConcurrentModificationException
19:22:47 [SEVERE]   at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
19:22:47 [SEVERE]   at java.util.AbstractList$Itr.next(AbstractList.java:343)
19:22:47 [SEVERE]   at com.gmail.timaaarrreee.mineload.XmlFeed.<init>(XmlFeed.java:159)
19:22:47 [SEVERE]   at com.gmail.timaaarrreee.mineload.HttpThread.run(HttpThread.java:51)
19:22:47 [SEVERE]   at java.lang.Thread.run(Thread.java:680)

Thought using Iterators avoided this.