Skip to content

Commit 5f12473

Browse files
committed
removed changes added by commit 1c50ccd
1 parent 1c50ccd commit 5f12473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dspace/config/spring/api/bitstore.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd" default-lazy-init="true">
55

6-
<bean id="bitstreamStorageService" name="org.dspace.storage.bitstore.BitstreamStorageService" class="org.dspace.storage.bitstore.SyncBitstreamStorageServiceImpl">
6+
<bean name="org.dspace.storage.bitstore.BitstreamStorageService" class="org.dspace.storage.bitstore.SyncBitstreamStorageServiceImpl">
77
<property name="incoming" value="${assetstore.index.primary}"/>
88
<property name="stores">
99
<map>

0 commit comments

Comments
 (0)