test
This commit is contained in:
@@ -32,10 +32,6 @@ public class VarpDefinition extends DualNode {
|
||||
@Export("type")
|
||||
public int type;
|
||||
|
||||
static {
|
||||
VarpDefinition_cached = new EvictingDualNodeHashTable(64);
|
||||
}
|
||||
|
||||
VarpDefinition() {
|
||||
this.type = 0;
|
||||
}
|
||||
@@ -69,4 +65,8 @@ public class VarpDefinition extends DualNode {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
static {
|
||||
VarpDefinition_cached = new EvictingDualNodeHashTable(64);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user