checkstyle violations fixing

This commit is contained in:
Paulo Graça
2023-05-20 10:41:51 +01:00
parent cd73d38be8
commit 687b6216df
3 changed files with 5 additions and 3 deletions

View File

@@ -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();

View File

@@ -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;

View File

@@ -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)