LUCENE-3892: remove nocommit

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/pforcodec_3892@1370533 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2012-08-07 21:25:45 +00:00
parent ae8787358a
commit 9d7cb7de69
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ public final class BlockPostingsFormat extends PostingsFormat {
private final int minTermBlockSize;
private final int maxTermBlockSize;
// nocommit do other block sizes perform better?
public final static int BLOCK_SIZE = 128;
public BlockPostingsFormat() {