281282283284285286287288289290291292293
found = true; j=tCounter.size(); } } if (!found) { TagCounter newCounter = new TagCounter(); newCounter.setGuid(tags.get(z)); newCounter.setCount(1); tCounter.add(newCounter); } } } if (abortCount)