fix typo in exception msg

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995242 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Grant Ingersoll 2010-09-08 20:39:55 +00:00
parent d0ae4d8260
commit 936c7b9456
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ public class PointType extends CoordinateFieldType implements SpatialQueryable {
@Override @Override
public SortField getSortField(SchemaField field, boolean top) { public SortField getSortField(SchemaField field, boolean top) {
throw new SolrException(SolrException.ErrorCode.BAD_REQUEST, "Sorting not suported on PointType " + field.getName()); throw new SolrException(SolrException.ErrorCode.BAD_REQUEST, "Sorting not supported on PointType " + field.getName());
} }
@Override @Override