remove obsolete sort comment

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533177 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2007-04-27 17:50:15 +00:00
parent 5573feaa62
commit ddc153ac37
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import java.util.List;
*/
public final class QueryResultKey {
final Query query;
final Sort sort; // change to normal Sort after Lucene 1.4.3
final Sort sort;
final SortField[] sfields;
final List<Query> filters;
final int nc_flags; // non-comparable flags... ignored by hashCode and equals