mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
checkstyle
This commit is contained in:
@@ -41,7 +41,6 @@ import org.dspace.discovery.DiscoverResult;
|
||||
import org.dspace.discovery.IndexableObject;
|
||||
import org.dspace.discovery.SearchService;
|
||||
import org.dspace.discovery.SearchServiceException;
|
||||
import org.dspace.discovery.configuration.DiscoveryConfigurationParameters.SORT;
|
||||
import org.dspace.discovery.indexobject.IndexableCollection;
|
||||
import org.dspace.discovery.indexobject.IndexableCommunity;
|
||||
import org.dspace.eperson.EPerson;
|
||||
@@ -934,7 +933,8 @@ public class AuthorizeServiceImpl implements AuthorizeService {
|
||||
return false;
|
||||
}
|
||||
|
||||
private DiscoverResult getDiscoverResult(Context context, String query, Integer offset, Integer limit, String sortField, SORT_ORDER sortOrder)
|
||||
private DiscoverResult getDiscoverResult(Context context, String query, Integer offset, Integer limit,
|
||||
String sortField, SORT_ORDER sortOrder)
|
||||
throws SearchServiceException, SQLException {
|
||||
String groupQuery = getGroupToQuery(groupService.allMemberGroups(context, context.getCurrentUser()));
|
||||
|
||||
|
@@ -56,7 +56,7 @@ public interface DSpaceObjectService<T extends DSpaceObject> {
|
||||
* Field used to sort community and collection lists at solr
|
||||
*/
|
||||
public static final String COMMUNITIES_AND_COLLECTIONS_SORT_FIELD = "dc.title_sort";
|
||||
|
||||
|
||||
/**
|
||||
* Generic find for when the precise type of an Entity is not known
|
||||
*
|
||||
|
Reference in New Issue
Block a user