forked from jasder/antlr
update comment
This commit is contained in:
parent
26165c5d54
commit
9445d1fdd6
|
@ -88,6 +88,7 @@ public class ATNConfigSet implements Set<ATNConfig> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Once we add to DFAState, set readonly so DFA never changes */
|
||||||
protected boolean readonly = false;
|
protected boolean readonly = false;
|
||||||
|
|
||||||
/** Track every config we add */
|
/** Track every config we add */
|
||||||
|
|
Loading…
Reference in New Issue