Skip to content

Commit 9ba1d07

Browse files
committed
Merge pull request #64 from ahennr/initialize-bean-fix
Fix error in initialize-beans.xml
2 parents 9bb2314 + 5abb687 commit 9ba1d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/WEB-INF/spring/initialize-beans.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140

141141
<property name="mapConfigs">
142142
<list>
143-
<ref local="stdMapConfig" />
143+
<ref bean="stdMapConfig" />
144144
</list>
145145
</property>
146146

0 commit comments

Comments
 (0)