mirror of
https://github.com/processing/processing4.git
synced 2026-03-03 11:14:51 +01:00
deal with some warnings and other notes
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user