mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 06:53:09 +00:00
checkstyle violations fixing
This commit is contained in:
@@ -107,7 +107,11 @@ public class SubmissionConfigReader {
|
|||||||
* always reload from scratch)
|
* always reload from scratch)
|
||||||
*/
|
*/
|
||||||
private SubmissionConfig lastSubmissionConfig = null;
|
private SubmissionConfig lastSubmissionConfig = null;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Collection Service instance, needed to interact with collection's
|
||||||
|
* stored data
|
||||||
|
*/
|
||||||
protected static final CollectionService collectionService
|
protected static final CollectionService collectionService
|
||||||
= ContentServiceFactory.getInstance().getCollectionService();
|
= ContentServiceFactory.getInstance().getCollectionService();
|
||||||
|
|
||||||
|
@@ -18,7 +18,6 @@ import java.util.List;
|
|||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.MissingResourceException;
|
import java.util.MissingResourceException;
|
||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
import java.util.Optional;
|
|
||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
||||||
|
@@ -455,7 +455,6 @@ public interface CollectionService
|
|||||||
public int countCollectionsWithSubmit(String q, Context context, Community community, String entityType)
|
public int countCollectionsWithSubmit(String q, Context context, Community community, String entityType)
|
||||||
throws SQLException, SearchServiceException;
|
throws SQLException, SearchServiceException;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a list of all collections for a specific entity type.
|
* Returns a list of all collections for a specific entity type.
|
||||||
* NOTE: for better performance, this method retrieves its results from an index (cache)
|
* NOTE: for better performance, this method retrieves its results from an index (cache)
|
||||||
|
Reference in New Issue
Block a user