Issue #108 Paralel tag reading

Java 7 diamond operator
This commit is contained in:
Jindra Pet��k
2013-06-04 20:46:22 +02:00
parent cc8fe490dd
commit 855cd13a31
136 changed files with 625 additions and 566 deletions
@@ -62,7 +62,7 @@ public class ActionGraphSource extends GraphSource {
private List<Long> posCache = null;
private void rebuildCache() {
posCache = new ArrayList<Long>();
posCache = new ArrayList<>();
for (int i = 0; i < size(); i++) {
posCache.add(pos2adr(i));
}