Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgraded to antlr-runtime 3.5.2 #222

Merged
merged 2 commits into from
Jul 24, 2014
Merged

Conversation

felixscheffer
Copy link
Contributor

see issue #164

for (CommonToken token : list) {
if (isOnChannel(token) && !isDummy(token))
for (Token token : list) {
CommonToken commonToke = CommonToken.class.cast(token);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor typo: commonToke (without n)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad. It's fixed now!

@SomMeri
Copy link
Owner

SomMeri commented Jul 20, 2014

Thank you, I will merge this into the next release.

SomMeri added a commit that referenced this pull request Jul 24, 2014
upgraded to antlr-runtime 3.5.2
@SomMeri SomMeri merged commit 740d8cd into SomMeri:master Jul 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants