Skip to content

Commit

Permalink
commenting useless case
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomassetti committed Jun 28, 2017
1 parent 00b2bbd commit 5454d9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class ParserStack(val ruleNames: Array<String>, val vocabulary: Vocabulary,
return Pair(false, this)
}
}
is BasicState, is StarLoopbackState, is PlusLoopbackState/*, is StarLoopEntryState*/ -> return Pair(true, this)
is BasicState, /*is StarLoopbackState,*/ is PlusLoopbackState/*, is StarLoopEntryState*/ -> return Pair(true, this)
else -> throw UnsupportedOperationException("Unsupported state: ${state.javaClass.canonicalName}")
}
}
Expand Down

0 comments on commit 5454d9c

Please sign in to comment.