There was an error while loading. Please reload this page.
1 parent 1c50ccd commit 5f12473Copy full SHA for 5f12473
1 file changed
dspace/config/spring/api/bitstore.xml
@@ -3,7 +3,7 @@
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd" default-lazy-init="true">
5
6
- <bean id="bitstreamStorageService" name="org.dspace.storage.bitstore.BitstreamStorageService" class="org.dspace.storage.bitstore.SyncBitstreamStorageServiceImpl">
+ <bean name="org.dspace.storage.bitstore.BitstreamStorageService" class="org.dspace.storage.bitstore.SyncBitstreamStorageServiceImpl">
7
<property name="incoming" value="${assetstore.index.primary}"/>
8
<property name="stores">
9
<map>
0 commit comments