remove fixed nocommit

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/pforcodec_3892@1370179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2012-08-07 11:15:11 +00:00
parent 4de0089844
commit b18e428f41

View File

@ -23,9 +23,6 @@ import java.util.Arrays;
import org.apache.lucene.store.IndexOutput;
import org.apache.lucene.codecs.MultiLevelSkipListWriter;
// nocommit may need to decouple
// baseSkipInterval & theRestSkipInterval?
/**
* Write skip lists with multiple levels, and support skip within block ints.
*