Skip to content

Commit

Permalink
Merge pull request #64 from ahennr/initialize-bean-fix
Browse files Browse the repository at this point in the history
Fix error in initialize-beans.xml
  • Loading branch information
buehner committed Jan 13, 2016
2 parents 9bb2314 + 5abb687 commit 9ba1d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/spring/initialize-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@

<property name="mapConfigs">
<list>
<ref local="stdMapConfig" />
<ref bean="stdMapConfig" />
</list>
</property>

Expand Down

0 comments on commit 9ba1d07

Please sign in to comment.