found = true;
j=nCounter.size();
}
}
if (!found && records.get(i).active) {
NotebookCounter newCounter = new NotebookCounter();
newCounter.setGuid(records.get(i).notebookGuid);
newCounter.setCount(1);
nCounter.add(newCounter);
}
}
if (abortCount)
return;