Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
helps to do correct spring config syntax.
  • Loading branch information
cbeer committed May 15, 2013
1 parent e8a20e5 commit f64d6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/spring/policy_driven_storage.xml
Expand Up @@ -18,7 +18,7 @@
<list>
<bean id="mimeBean" class="org.fcrepo.binary.MimeTypePolicy">
<constructor-arg value="image/tiff" />
<constructor-arg>tiff-store</constructor-arg>
<constructor-arg value="tiff-store" />
</bean>
</list>
</property>
Expand Down

0 comments on commit f64d6bd

Please sign in to comment.