Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed package name in jaxrs bean
  • Loading branch information
fasseg committed Mar 20, 2013
1 parent f69b070 commit d1637d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fcrepo-webhooks/src/test/resources/spring-test/rest.xml
Expand Up @@ -23,7 +23,7 @@
<jaxrs:serviceBeans>
<bean class="org.fcrepo.api.FedoraObjects"/>
<bean class="org.fcrepo.webhooks.FedoraWebhooks"/>
<bean class="org.fcrepo.webhooks.TestEndpoint"/>
<bean class="org.fcrepointegration..webhooks.TestEndpoint"/>
</jaxrs:serviceBeans>
</jaxrs:server>

Expand Down

0 comments on commit d1637d9

Please sign in to comment.