mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Add comment
This commit is contained in:
parent
e2c8f30a95
commit
0234b09f17
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ public class CategorizationFragment extends Fragment {
|
|||
//Needs to be an ArrayList and not a List unless we want to modify a big portion of preexisting code
|
||||
ArrayList<String> mergedItemsList = new ArrayList<String>(mergedItems);
|
||||
|
||||
//Copy to Iterator to prevent ConcurrentModificationException
|
||||
//Copy to Iterator to prevent ConcurrentModificationException when removing item
|
||||
for(Iterator<String> item = mergedItemsList.iterator(); item.hasNext();) {
|
||||
String s = item.next();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue