LUCENE-5399: remove nocommit

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene539399@1558621 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2014-01-16 00:01:16 +00:00
parent 11a5162fca
commit 6dc6525e8f
1 changed files with 0 additions and 2 deletions

View File

@ -169,8 +169,6 @@ public class SortField {
this.parser = parser;
}
// nocommit should missing first/last not be affected by reverse=true???
/** Pass this to {@link #setMissingValue} to have missing
* string values sort first. */
public final static Object STRING_FIRST = new Object() {