[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9399]
This commit is contained in:
parrt 2011-11-19 12:42:54 -08:00
parent ac7913e67f
commit 06ed597d29
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ public class TokenRewriteStream extends CommonTokenStream {
StringBuilder buf = new StringBuilder();
// First, optimize instruction stream
Map<?, RewriteOperation> indexToOp = reduceToSingleOperationPerIndex(rewrites);
Map<Integer, RewriteOperation> indexToOp = reduceToSingleOperationPerIndex(rewrites);
// Walk buffer, executing instructions and emitting tokens
int i = start;