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

View File

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