mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 11:33:11 +00:00
[DS-3003] Ensure all service & DAO implementations have a protected constructor
This commit is contained in:
@@ -40,7 +40,7 @@ public class MetadataValueServiceImpl implements MetadataValueService {
|
||||
@Autowired(required = true)
|
||||
protected ContentServiceFactory contentServiceFactory;
|
||||
|
||||
public MetadataValueServiceImpl() {
|
||||
protected MetadataValueServiceImpl() {
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user