#2893 Rebase on current main, patch recently-added class, tidy documentation.

This commit is contained in:
Mark H. Wood
2020-07-22 09:58:23 -04:00
parent dd9c0b9999
commit 9d6c8891ec
2 changed files with 4 additions and 10 deletions

View File

@@ -36,12 +36,6 @@ import org.springframework.stereotype.Service;
/**
* Mock service that uses an embedded SOLR server for the statistics core.
*
* <p>
* <strong>NOTE:</strong> this class overrides one <em>of the same name</em>
* defined in dspace-api and declared as a bean there.
* See {@code test/data/dspaceFolder/config/spring/api/solr-services.xml}. Some kind of classpath
* magic makes this work.
*/
@Service
public class MockSolrLoggerServiceImpl