mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 18:44:22 +00:00
remove obsolete comment
This commit is contained in:
@@ -1034,7 +1034,6 @@ public class SolrLoggerServiceImpl implements SolrLoggerService, InitializingBea
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// System.out.println("QUERY");
|
|
||||||
SolrQuery solrQuery = new SolrQuery().setRows(rows).setQuery(query)
|
SolrQuery solrQuery = new SolrQuery().setRows(rows).setQuery(query)
|
||||||
.setFacetMinCount(facetMinCount);
|
.setFacetMinCount(facetMinCount);
|
||||||
addAdditionalSolrYearCores(solrQuery);
|
addAdditionalSolrYearCores(solrQuery);
|
||||||
|
Reference in New Issue
Block a user