Skip to content

Commit

Permalink
use strings instead of StrategyHints
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed May 15, 2013
1 parent 73f1f05 commit e8a20e5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main/resources/spring/policy_driven_storage.xml
Expand Up @@ -18,13 +18,9 @@
<list>
<bean id="mimeBean" class="org.fcrepo.binary.MimeTypePolicy">
<constructor-arg value="image/tiff" />
<constructor-arg><ref bean="tiff-store" /></constructor-arg>
<constructor-arg>tiff-store</constructor-arg>
</bean>
</list>
</property>
</bean>

<bean id="tiff-store" class="org.modeshape.jcr.value.binary.NamedHint">
<constructor-arg value="tiff-store" />
</bean>
</beans>

0 comments on commit e8a20e5

Please sign in to comment.