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:
@@ -108,6 +108,10 @@ public class SubmissionConfigReader {
|
||||
*/
|
||||
private SubmissionConfig lastSubmissionConfig = null;
|
||||
|
||||
/**
|
||||
* Collection Service instance, needed to interact with collection's
|
||||
* stored data
|
||||
*/
|
||||
protected static final CollectionService collectionService
|
||||
= ContentServiceFactory.getInstance().getCollectionService();
|
||||
|
||||
|
@@ -18,7 +18,6 @@ import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.MissingResourceException;
|
||||
import java.util.Objects;
|
||||
import java.util.Optional;
|
||||
import java.util.Set;
|
||||
import java.util.UUID;
|
||||
|
||||
|
@@ -455,7 +455,6 @@ public interface CollectionService
|
||||
public int countCollectionsWithSubmit(String q, Context context, Community community, String entityType)
|
||||
throws SQLException, SearchServiceException;
|
||||
|
||||
|
||||
/**
|
||||
* Returns a list of all collections for a specific entity type.
|
||||
* NOTE: for better performance, this method retrieves its results from an index (cache)
|
||||
|
Reference in New Issue
Block a user