mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 04:23:13 +00:00
[DS-3003] Ensure all service & DAO implementations have a protected constructor
This commit is contained in:
@@ -105,6 +105,11 @@ public class SolrLoggerServiceImpl implements SolrLoggerService, InitializingBea
|
||||
public String text() { return text; }
|
||||
}
|
||||
|
||||
protected SolrLoggerServiceImpl()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void afterPropertiesSet() throws Exception
|
||||
|
Reference in New Issue
Block a user