Revert "Merge branch 'master' into master"
This reverts commit43520c1958, reversing changes made to2e7aea3c62.
This commit is contained in:
@@ -50,6 +50,10 @@ public class EnumDefinition extends DualNode {
|
||||
@Export("stringVals")
|
||||
public String[] stringVals;
|
||||
|
||||
static {
|
||||
EnumDefinition_cached = new EvictingDualNodeHashTable(64);
|
||||
}
|
||||
|
||||
EnumDefinition() {
|
||||
this.defaultString = "null";
|
||||
this.size0 = 0;
|
||||
@@ -121,8 +125,4 @@ public class EnumDefinition extends DualNode {
|
||||
public int size() {
|
||||
return this.size0;
|
||||
}
|
||||
|
||||
static {
|
||||
EnumDefinition_cached = new EvictingDualNodeHashTable(64);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user