Remove invalid underscore

Closes gh-923
This commit is contained in:
Oleg Atamanenko 2015-11-16 10:31:24 -05:00 committed by Stephane Nicoll
parent e0f4736426
commit b2c132633f
1 changed files with 1 additions and 1 deletions

View File

@ -4625,7 +4625,7 @@ demonstrated in the following example.
</bean> </bean>
<bean class="example.SimpleMovieCatalog"> <bean class="example.SimpleMovieCatalog">
**_<qualifier type="example.Genre" value="Comedy"/>** **<qualifier type="example.Genre" value="Comedy"/>**
<!-- inject any dependencies required by this bean --> <!-- inject any dependencies required by this bean -->
</bean> </bean>