forked from jasder/antlr
tweak
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9415]
This commit is contained in:
parent
9f294794a8
commit
e71440b9cb
|
@ -81,7 +81,7 @@ public class ParserRuleContext<Symbol> extends RuleContext {
|
|||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
return super.hashCode() + System.identityHashCode(s);
|
||||
return super.hashCode() + s;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue