Skip to content

Commit

Permalink
a spring typo, a doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
barmintor committed Jun 6, 2013
1 parent 6c51414 commit 5f84b21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -9,7 +9,7 @@

<bean id="containerWrapper" class="org.fcrepo.test.util.ContainerWrapper" init-method="start" destroy-method="stop" >
<property name="port" value="${test.port:8080}"/>
<property name="contextConfigLocations" value="classpath:spring-test/master.xml" />
<property name="contextConfigLocation" value="classpath:spring-test/master.xml" />
<property name="packagesToScan" value="org.fcrepo.api, org.fcrepo.responses, org.fcrepo.exceptionhandlers"/>
</bean>
</beans>
2 changes: 1 addition & 1 deletion fcrepo-webapp/src/main/resources/spring/rest.xml
Expand Up @@ -9,7 +9,7 @@
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">

<!-- Context that houses JAX-RS Resources that compose the API
as well as som utility gear. -->
as well as some utility gear. -->

<context:annotation-config/>

Expand Down

0 comments on commit 5f84b21

Please sign in to comment.