LUCENE-3969: remove nocommit

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3969@1311400 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2012-04-09 19:45:16 +00:00
parent ad5c89b1b1
commit 11a65763d0
1 changed files with 0 additions and 1 deletions

View File

@ -321,7 +321,6 @@ public final class ShingleFilter extends TokenFilter {
noShingleOutput = false; noShingleOutput = false;
} }
offsetAtt.setOffset(offsetAtt.startOffset(), nextToken.offsetAtt.endOffset()); offsetAtt.setOffset(offsetAtt.startOffset(), nextToken.offsetAtt.endOffset());
// nocommit is this right!? i'm just guessing...
posLenAtt.setPositionLength(builtGramSize); posLenAtt.setPositionLength(builtGramSize);
isOutputHere = true; isOutputHere = true;
gramSize.advance(); gramSize.advance();