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
@@ -107,7 +107,7 @@ public class ActionWith extends Action implements GraphSourceItemContainer {
@Override
public List<Long> getContainerSizes() {
List<Long> ret = new ArrayList<Long>();
List<Long> ret = new ArrayList<>();
ret.add((Long) (long) codeSize);
return ret;
}
@@ -124,6 +124,6 @@ public class ActionWith extends Action implements GraphSourceItemContainer {
@Override
public HashMap<Integer, String> getRegNames() {
return new HashMap<Integer, String>();
return new HashMap<>();
}
}