Make older JDK 1.5 happy with the ugly casts by removing generics here

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1079712 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2011-03-09 09:44:14 +00:00
parent bdaa02c3c0
commit 4c29ad4169
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public class SortField {
private String field;
private int type; // defaults to determining type dynamically
boolean reverse = false; // defaults to natural order
private CachedArrayCreator<?> creator;
@SuppressWarnings("unchecked") private CachedArrayCreator creator;
public Object missingValue = null; // used for 'sortMissingFirst/Last'
// Used for CUSTOM sort