Skip to content

Commit

Permalink
Correct stage's id property: should match bean id.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jun 21, 2011
1 parent 38f0960 commit 610c8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdx/uk/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
-->
<bean id="uk.fetchFragmentFiles" class="net.shibboleth.metadata.dom.DomFilesystemSourceStage"
init-method="initialize" lazy-init="true">
<property name="id" value="fetchUkFragmentFiles"/>
<property name="id" value="uk.fetchFragmentFiles"/>
<property name="parserPool" ref="parserPool"/>
<property name="source">
<bean class="java.io.File">
Expand Down

0 comments on commit 610c8d2

Please sign in to comment.