deal with some warnings and other notes

This commit is contained in:
Ben Fry
2014-07-31 21:18:46 -04:00
parent 0e581f3a7a
commit ada4423aa9
10 changed files with 29 additions and 21 deletions

View File

@@ -53,7 +53,7 @@ public class VariableNode implements MutableTreeNode {
protected String type;
protected String name;
protected Value value;
protected List<MutableTreeNode> children = new ArrayList();
protected List<MutableTreeNode> children = new ArrayList<>();
protected MutableTreeNode parent;
/**