NIHVIVO-3396 removed code related to individualSortField

This commit is contained in:
brianjlowe 2011-12-02 21:12:13 +00:00
parent a09a99c597
commit eee41106a1
8 changed files with 36 additions and 146 deletions

View file

@ -405,11 +405,6 @@ public class IndividualStub implements Individual {
throw new RuntimeException("Individual.toJSON() not implemented.");
}
@Override
public Object getField(String fieldName) throws NoSuchMethodException {
throw new RuntimeException("Individual.getField() not implemented.");
}
@Override
public Float getSearchBoost() {
throw new RuntimeException(