[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9415]
This commit is contained in:
parrt 2011-11-20 14:40:26 -08:00
parent 9f294794a8
commit e71440b9cb
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public class ParserRuleContext<Symbol> extends RuleContext {
@Override @Override
public int hashCode() { public int hashCode() {
return super.hashCode() + System.identityHashCode(s); return super.hashCode() + s;
} }
@Override @Override