LUCENE-3850: Removed some of the rawtypes compiler warnings

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1298298 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Martijn van Groningen 2012-03-08 08:43:23 +00:00
parent 4a47b25976
commit 540967c9b4
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ public class FunctionAllGroupHeadsCollector extends AbstractAllGroupHeadsCollect
final FieldComparator<?>[] comparators;
@SuppressWarnings({"unchecked","rawtypes"})
private GroupHead(MutableValue groupValue, Sort sort, int doc) throws IOException {
super(groupValue, doc + readerContext.docBase);
final SortField[] sortFields = sort.getSort();