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
@@ -21,9 +21,9 @@ import java.util.List;
public class ConstantPool {
public List<List<String>> archive = new ArrayList<List<String>>();
public List<Integer> archiveCounts = new ArrayList<Integer>();
public List<String> constants = new ArrayList<String>();
public List<List<String>> archive = new ArrayList<>();
public List<Integer> archiveCounts = new ArrayList<>();
public List<String> constants = new ArrayList<>();
public int count;
public ConstantPool() {